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