pschulten

Results 16 comments of pschulten

the TF code for the sleep mentioned by @johnnybubonic would look like this ``` resource "vault_mount" "grafana_store" { path = "${var.topic}-grafana" type = "kv" options = { version = 2...

I have the same errors, granting `update` to `nodes/status` did not help. This happens for me when the cluster-autoscaler terminates an instance. kubernetes: v1.20.5 draino: planetlabs/draino:e0d5277 cluster-autoscaler: v1.20.0

@VF-mbrauer there's an issue with your `if config.UseECRCredentials` guard, the bracketing is wrong. If the below patch is applied, it works flawlessly ``` Index: pkg/plugin/trivy/plugin.go IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP...

@danielpacak I very much share your reluctance to introduce complexity, but using the normal aws sdk credential auth flow for ECR pulls would be very helpful for people running non-EKS...

It would be super cool if it would be implemented as a [mixin](https://monitoring.mixins.dev/) so users can customize it easily and add the library to their existing workflows.

I have the same problem. I normally access prometheus with `kubectl proxy` and localhost:8001/api/v1/namespaces/monitoring/services/prometheus-k8s:9090/proxy/graph this also doesn't work right now edit: It's because, there are now networkpolicies :) after `kubectl...

Just for the record. I think restricting the access with NetworkPolicies is a good idea, that I will definitely pick up when I'm growing up On Mon, 17 Oct 2022,...

Thanks for getting back! I read the official the grafana provisioning docs (linked above) and they describe the `datasources.yaml` file by first deleting the standard datasource(s) before defining them. Maybe...

Thanks so much @tonistiigi for getting back to me! They are running both in the same container: ```console $ docker exec buildkit ps -ef UID PID PPID C STIME TTY...

@wjentner as a workaround I currently add it manually Dashboard: ```jsonnet local kp = (import 'kube-prometheus/main.libsonnet') + (import 'kube-prometheus/addons/anti-affinity.libsonnet') + (import 'kube-prometheus/platforms/kubeadm.libsonnet') + (import 'kube-prometheus/addons/all-namespaces.libsonnet') + (import 'kube-prometheus/addons/static-etcd.libsonnet') { values+::...