Add fix for error in kubeadm ref pages (#8374)
* add kubeadm-reset.md introductory text * Added introductory text * Fixed single quotespull/8367/merge
parent
934232f5b6
commit
075e5dbd33
|
@ -7,9 +7,11 @@ title: kubeadm init
|
|||
content_template: templates/concept
|
||||
---
|
||||
{{% capture overview %}}
|
||||
This command initializes a Kubernetes master node.
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture body %}}
|
||||
|
||||
{{< include "generated/kubeadm_init.md" >}}
|
||||
|
||||
### Init workflow {#init-workflow}
|
||||
|
|
|
@ -7,6 +7,7 @@ title: kubeadm join
|
|||
content_template: templates/concept
|
||||
---
|
||||
{{% capture overview %}}
|
||||
This command initializes a Kubernetes worker node and joins it to the cluster.
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture body %}}
|
||||
|
|
|
@ -7,6 +7,7 @@ title: kubeadm reset
|
|||
content_template: templates/concept
|
||||
---
|
||||
{{% capture overview %}}
|
||||
This command reverts any changes made by `kubeadm init` or `kubeadm join`.
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture body %}}
|
||||
|
|
|
@ -7,6 +7,7 @@ title: kubeadm version
|
|||
content_template: templates/concept
|
||||
---
|
||||
{{% capture overview %}}
|
||||
This command prints the verison of kubeadm.
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture body %}}
|
||||
|
|
Loading…
Reference in New Issue