kubeadm: renew certificates on "upgrade node" by default

This commit is contained in:
Lubomir I. Ivanov 2019-10-05 19:13:57 +03:00
parent 79dd60e201
commit 218e9a5f77

View File

@ -106,6 +106,7 @@ func newNodeOptions() *nodeOptions {
return &nodeOptions{
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
dryRun: false,
renewCerts: true,
}
}