Merge pull request #71053 from yagonobre/upload-config-fix

Fix `kubeadm upload-config kubeadm` example
This commit is contained in:
k8s-ci-robot 2018-11-16 01:53:50 -08:00 committed by GitHub
commit 973b5d291d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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