add note for kubeadm cert renew

This commit is contained in:
Alan Zhu 2020-09-29 09:03:54 +08:00
parent 33a07ca92a
commit b9067e5a0c

View File

@ -286,6 +286,7 @@ func getRenewSubCommands(out io.Writer, kdir string) []*cobra.Command {
return err
}
}
fmt.Printf("\nDone renewing certificates. You must restart the kube-apiserver, kube-controller-manager, kube-scheduler and etcd, so that they can use the new certificates.\n")
return nil
},
Args: cobra.NoArgs,