mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
Fix: kubeadm init phase upload-config kubeadm example
This commit is contained in:
parent
7de63a887f
commit
ea2b03fff3
@ -45,7 +45,7 @@ var (
|
||||
|
||||
uploadKubeadmConfigExample = cmdutil.Examples(`
|
||||
# upload the configuration of your cluster
|
||||
kubeadm init phase upload-config --config=myConfig.yaml
|
||||
kubeadm init phase upload-config kubeadm --config=myConfig.yaml
|
||||
`)
|
||||
|
||||
uploadKubeletConfigLongDesc = cmdutil.LongDesc(`
|
||||
|
Loading…
Reference in New Issue
Block a user