From eb443b0b7dbd913755e6bad64bf998d9e0278cab Mon Sep 17 00:00:00 2001 From: lemon-tree Date: Wed, 13 Sep 2017 19:34:15 +0800 Subject: [PATCH] Update install-kubeadm.md Added the lost period, and modified the layout in some lines. --- docs/setup/independent/install-kubeadm.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/setup/independent/install-kubeadm.md b/docs/setup/independent/install-kubeadm.md index 2de5fb7552..69a1d682a5 100644 --- a/docs/setup/independent/install-kubeadm.md +++ b/docs/setup/independent/install-kubeadm.md @@ -79,7 +79,7 @@ You will install these packages on all of your machines: **Note:** If you already have kubeadm installed, you should do a `apt-get update && apt-get upgrade` or `yum update` to get the latest version of kubeadm. See the kubeadm release notes if you want to read about the different [kubeadm -releases](https://github.com/kubernetes/kubeadm/blob/master/CHANGELOG.md) +releases](https://github.com/kubernetes/kubeadm/blob/master/CHANGELOG.md). For each machine: @@ -116,12 +116,12 @@ For each machine: systemctl enable kubelet && systemctl start kubelet ``` - The kubelet is now restarting every few seconds, as it waits in a crashloop for - kubeadm to tell it what to do. +The kubelet is now restarting every few seconds, as it waits in a crashloop for +kubeadm to tell it what to do. - Note: Disabling SELinux by running `setenforce 0` is required to allow - containers to access the host filesystem, which is required by pod networks for - example. You have to do this until SELinux support is improved in the kubelet. +**Note:** Disabling SELinux by running `setenforce 0` is required to allow +containers to access the host filesystem, which is required by pod networks for +example. You have to do this until SELinux support is improved in the kubelet. {% endcapture %}