Skip to content

Commit b9067e5

Browse files
author
Alan Zhu
committed
add note for kubeadm cert renew
1 parent 33a07ca commit b9067e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/kubeadm/app/cmd/alpha/certs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ func getRenewSubCommands(out io.Writer, kdir string) []*cobra.Command {
286286
return err
287287
}
288288
}
289+
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")
289290
return nil
290291
},
291292
Args: cobra.NoArgs,

0 commit comments

Comments
 (0)