Fix kubeadm upload-config kubeadm example

This commit is contained in:
Yago Nobre
2018-11-14 22:28:51 -02:00
parent 0df79e4daa
commit 606bbc0457

View File

@@ -44,7 +44,7 @@ var (
uploadKubeadmConfigExample = normalizer.Examples(`
# 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(`