Pass Kubelet certificate CA bundle as an argument #1256
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What would you like to be added:
A new argument
--kubelet-certificate-authority-text
which allows the CA to be passed as an argument instead of as a path.Why is this needed:
The current way to feed a CA to metrics-server is to use
--kubelet-certificate-authority
. This requires the certificate to be present in the metrics-server pod, which isn't easy to do in a persistent way using the Helm chart (maybe we could useextraVolumeMounts
and a ad-hocConfigMap
created for this purpose).These additional steps makes securing the setup a little bit involved. The ability to simply pass the certificate would ease this.
/kind feature
The text was updated successfully, but these errors were encountered: