Stackdriver / stackdriver-prometheus-sidecar

A sidecar for the Prometheus server that can send metrics to Stackdriver.
https://cloud.google.com/monitoring/kubernetes-engine/prometheus
Apache License 2.0
120 stars 43 forks source link

Change base image to distroless and run container as root. #174

Closed qingling128 closed 4 years ago

qingling128 commented 5 years ago

Change base image to distroless because busybox violates internal security requirements. Run container as root to work around k8s issues (https://github.com/prometheus/prometheus/issues/3441#issuecomment-436259370) with PVC.