Fix formatting of kubeadm join config file (#10262)

This commit is contained in:
Karen Bradshaw 2018-09-19 23:24:41 -04:00 committed by k8s-ci-robot
parent 92dd5f0236
commit dd703440b6
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,7 @@ It's possible to configure `kubeadm join` with a configuration file instead of c
line flags, and some more advanced features may only be available as line flags, and some more advanced features may only be available as
configuration file options. This file is passed in the `--config` option. configuration file options. This file is passed in the `--config` option.
```yaml ```json
apiVersion: kubeadm.k8s.io/v1alpha1 apiVersion: kubeadm.k8s.io/v1alpha1
kind: NodeConfiguration kind: NodeConfiguration
caCertPath: <path|string> caCertPath: <path|string>
@ -229,6 +229,7 @@ discoveryTokenCACertHashes:
- <SHA-256 hash|string> - <SHA-256 hash|string>
discoveryTokenUnsafeSkipCAVerification: <bool> discoveryTokenUnsafeSkipCAVerification: <bool>
``` ```
{{% /capture %}} {{% /capture %}}
{{% capture whatsnext %}} {{% capture whatsnext %}}