Overriding kube-rbac-proxy container image? #1053
-
Hey, I'm trying to upgrade my version of kube-prometheus (out of date by a few months) but am hitting issues trying to use a different image repo for kube-rbac-proxy (used by node-exporter, kube-state-metrics, and prometheus-operator). What I had before the refactor that worked:
What I'm trying to do after with the migration changes that doesn't work:
There doesn't seem to be a straightforward way to override this like the other images (alertmanager, kubeStateMetrics, nodeExporter, etc). I'm not seeing any examples in the repo that showcase how to override this specific container image either. How should this be done nowadays? I was also wondering if we'd be open to something like this to make configuring the image override easier:
I thought it might make sense since we can already override the prometheus-operator's configReloaderImage this way. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need the commits related to this issue: #1110. If you're using 0.8 it's not included there. |
Beta Was this translation helpful? Give feedback.
You need the commits related to this issue: #1110. If you're using 0.8 it's not included there.