Fix kubeadm upload-config kubeadm example

parent 0df79e4d
...@@ -44,7 +44,7 @@ var ( ...@@ -44,7 +44,7 @@ var (
uploadKubeadmConfigExample = normalizer.Examples(` uploadKubeadmConfigExample = normalizer.Examples(`
# uploads the configuration of your cluster # uploads the configuration of your cluster
kubeadm alpha phase upload-config --config=myConfig.yaml kubeadm init phase upload-config --config=myConfig.yaml
`) `)
uploadKubeletConfigLongDesc = normalizer.LongDesc(` uploadKubeletConfigLongDesc = normalizer.LongDesc(`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment