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
@@ -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
configuration file options. This file is passed in the `--config` option.
```yaml
```json
apiVersion: kubeadm.k8s.io/v1alpha1
kind: NodeConfiguration
caCertPath: <path|string>
@@ -229,6 +229,7 @@ discoveryTokenCACertHashes:
- <SHA-256 hash|string>
discoveryTokenUnsafeSkipCAVerification: <bool>
```
{{% /capture %}}
{{% capture whatsnext %}}