To enforce kubelet server certificate rotation on the Controller Manager,
set the RotateKubeletServerCertificate
option to true
in the openshift-kube-controller-manager
configmap on the master
node(s):
"extendedArguments": {
...
"feature-gates": [
...
"RotateKubeletServerCertificate=true",
...
...