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
No known key found for this signature in database
GPG Key ID: 09AE6CEC2B8E9DD3

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(`