Fix formatting of kubeadm join config file (#10262)
This commit is contained in:
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
|
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 %}}
|
||||||
|
|
Loading…
Reference in New Issue