Ben Samsom
Ben Samsom
**What would you like to be added**: I would like for more of the metrics from kube-state-metrics to include the "node" label. **Why is this needed**: Knowing which node the...
The Hubot shell adapter that get used when running bin/hubot uses an older version of Slack, part of my code uses `robot.fileShared` which throws the following error: TypeError: robot.fileShared is...
There was previously a version of dd-trace-js that set the query string on the http.url tags, in the pr the removed it https://github.com/DataDog/dd-trace-js/pull/531 It was mentioned that it would be...
## :speaking_head: Foreword I can't for the life of me get DNS to work via the default nameserver of 127.0.0.11, overridding it with a dns setting deosnt change the value...
**Thanos, Prometheus and Golang version used**: Thanos: 0.18.0 && 0.27.0 (i tried updating to 0.27.0 to see if it would fix the issue) Prometheus: 2.25.0 **Object Storage Provider**: GCP **What...
When trying to pull a cert from vault we get a: `Option key_cert is required, but storage value from "PATH/cert" could not be read.` it looks like the vault-storage plugin...
The trident helm chart grants the `trident-operator` service account access to every secret in kuberentes. This is because it uses a `ClusterRole` with no `resourceNames`. https://github.com/NetApp/trident/blob/master/helm/trident-operator/templates/clusterrole.yaml#L60-L71 For better security the...
When looking at the examples: There is an example of setting up the provider on the `admin` db: https://github.com/Kaginari/terraform-provider-mongodb/blob/main/examples/main.tf#L18 but creating users under the `exemple` db https://github.com/Kaginari/terraform-provider-mongodb/blob/main/examples/main.tf#L68 but when trying...
### Datadog Terraform Provider Version v3.35.0 ### Terraform Version v1.6.2 ### What resources or data sources are affected? datadog_monitor ### Terraform Configuration Files ```hcl resource "datadog_monitor" "prd_eks_daemonset_not_available" { name =...