Correction on command: kubeadm config print join-defaults (#14078)

`kubeadm config print join-defaults` since kubeadm 1.13
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/#cmd-config-print-join-defaults
This commit is contained in:
Andrea Sosso
2019-05-05 05:53:37 +02:00
committed by Kubernetes Prow Robot
parent ae4b297486
commit 3ce77b2d1c
@@ -250,7 +250,7 @@ contain a `JoinConfiguration` structure.
To print the default values of `JoinConfiguration` run the following command:
```shell
kubeadm config print-default --api-objects=JoinConfiguration
kubeadm config print join-defaults
```
For details on individual fields in `JoinConfiguration` see [the godoc](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm#JoinConfiguration).