kubelet.configuration
does not pick up changes in config file
#5289
Labels
kubelet.configuration
does not pick up changes in config file
#5289
Describe the bug
On EKS the file
/etc/kubernetes/kubelet/kubelet-config.json
is thekubelet.configFile
.It is possible to add and change the following FeatureGates like that:
This is getting picked up as desired:
Adding the
rotateCertificates: false
parameter to the config is not getting picked up though.It does get picked up when set via
KUBELET_ARGS=
orKUBELET_EXTRA_ARGS=
via the--rotate-parameters
setting.To Reproduce
Steps to reproduce the behavior:
cnspec shell ssh
/etc/kubernetes/kubelet/kubelet-config.json
as describedExpected behavior
The parameter should be picked up.
Desktop (please complete the following information):
os 11.3.30
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: