From b9067e5a0c8c301d042660e3c14a68e639ae5bd7 Mon Sep 17 00:00:00 2001 From: Alan Zhu Date: Tue, 29 Sep 2020 09:03:54 +0800 Subject: [PATCH] add note for kubeadm cert renew --- cmd/kubeadm/app/cmd/alpha/certs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/kubeadm/app/cmd/alpha/certs.go b/cmd/kubeadm/app/cmd/alpha/certs.go index d3b8ca8186c..5da5386aa99 100644 --- a/cmd/kubeadm/app/cmd/alpha/certs.go +++ b/cmd/kubeadm/app/cmd/alpha/certs.go @@ -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,