File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ func newCmdConfig(out io.Writer) *cobra.Command {
59
59
Long : fmt .Sprintf (dedent .Dedent (`
60
60
There is a ConfigMap in the %s namespace called %q that kubeadm uses to store internal configuration about the
61
61
cluster. kubeadm CLI v1.8.0+ automatically creates this ConfigMap with the config used with 'kubeadm init', but if you
62
- initialized your cluster using kubeadm v1.7.x or lower, you must use the 'config upload' command to create this
63
- ConfigMap. This is required so that 'kubeadm upgrade' can configure your upgraded cluster correctly.
62
+ initialized your cluster using kubeadm v1.7.x or lower, you must use the 'kubeadm init phase upload-config ' command to
63
+ create this ConfigMap. This is required so that 'kubeadm upgrade' can configure your upgraded cluster correctly.
64
64
` ), metav1 .NamespaceSystem , constants .KubeadmConfigConfigMap ),
65
65
// Without this callback, if a user runs just the "upload"
66
66
// command without a subcommand, or with an invalid subcommand,
You can’t perform that action at this time.
0 commit comments