kubeadm: renew certificates on "upgrade node" by default
This commit is contained in:
@@ -106,6 +106,7 @@ func newNodeOptions() *nodeOptions {
|
|||||||
return &nodeOptions{
|
return &nodeOptions{
|
||||||
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
|
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
|
||||||
dryRun: false,
|
dryRun: false,
|
||||||
|
renewCerts: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user