Add fix for error in kubeadm ref pages (#8374)

* add kubeadm-reset.md introductory text

* Added introductory text

* Fixed single quotes
pull/8367/merge
juneharton 2018-05-06 17:35:50 -07:00 committed by k8s-ci-robot
parent 934232f5b6
commit 075e5dbd33
4 changed files with 5 additions and 0 deletions

View File

@ -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}

View File

@ -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 %}}

View File

@ -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 %}}

View File

@ -7,6 +7,7 @@ title: kubeadm version
content_template: templates/concept
---
{{% capture overview %}}
This command prints the verison of kubeadm.
{{% /capture %}}
{{% capture body %}}