mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #71053 from yagonobre/upload-config-fix
Fix `kubeadm upload-config kubeadm` example
This commit is contained in:
commit
973b5d291d
@ -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(`
|
||||
|
Loading…
Reference in New Issue
Block a user