From 474cf809d070efd949829e0f2e4802cbdfa5d9d1 Mon Sep 17 00:00:00 2001 From: makocchi Date: Tue, 5 Jun 2018 11:09:56 +0900 Subject: [PATCH] Remove code blocks from h2 subject. (#8488) (#8885) --- content/en/docs/setup/independent/high-availability.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/setup/independent/high-availability.md b/content/en/docs/setup/independent/high-availability.md index 6eda806baa..1a74daa434 100644 --- a/content/en/docs/setup/independent/high-availability.md +++ b/content/en/docs/setup/independent/high-availability.md @@ -445,7 +445,7 @@ Only follow this step if your etcd is hosted on dedicated nodes (**Option 1**). scp root@:/etc/kubernetes/pki/etcd/client-key.pem /etc/kubernetes/pki/etcd ``` -## Run `kubeadm init` on `master0` {#kubeadm-init-master0} +## Run kubeadm init on master0 {#kubeadm-init-master0} 1. In order for kubeadm to run, you first need to write a configuration file: ```bash @@ -485,7 +485,7 @@ Only follow this step if your etcd is hosted on dedicated nodes (**Option 1**). kubeadm init --config=config.yaml ``` -## Run `kubeadm init` on `master1` and `master2` +## Run kubeadm init on master1 and master2 Before running kubeadm on the other masters, you need to first copy the K8s CA cert from `master0`. To do this, you have two options: @@ -504,7 +504,7 @@ Copy the contents of `/etc/kubernetes/pki/ca.crt`, `/etc/kubernetes/pki/ca.key`, When this is done, you can follow the [previous step](#kubeadm-init-master0) to install the control plane with kubeadm. -## Add `master1` and `master2` to load balancer +## Add master1 and master2 to load balancer Once kubeadm has provisioned the other masters, you can add them to the load balancer pool.