diff --git a/content/en/docs/reference/setup-tools/kubeadm/kubeadm-join.md b/content/en/docs/reference/setup-tools/kubeadm/kubeadm-join.md index 863d0c7d61..eb9448b1e2 100644 --- a/content/en/docs/reference/setup-tools/kubeadm/kubeadm-join.md +++ b/content/en/docs/reference/setup-tools/kubeadm/kubeadm-join.md @@ -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: @@ -229,6 +229,7 @@ discoveryTokenCACertHashes: - discoveryTokenUnsafeSkipCAVerification: ``` + {{% /capture %}} {{% capture whatsnext %}}