update ol ul li bullet to disc (#10714)
* update ol ul li bullet to disc - update ol ul li bullet to disc - move note out of list so that list numbers are correct - fix typo * futher clean-uppull/11032/head
parent
9d5eae7b79
commit
f7d235cf64
|
@ -137,7 +137,7 @@ option. Your cluster requirements may need a different configuration.
|
|||
### Bootstrap the first stacked control plane node
|
||||
|
||||
{{< note >}}
|
||||
Optionally replace `stable` with a different version of Kubernetes, for example `v1.12.0`.
|
||||
Optionally replace the string `stable` with a different version of Kubernetes, for example `v1.12.0`.
|
||||
{{< /note >}}
|
||||
|
||||
1. Create a `kubeadm-config.yaml` template file:
|
||||
|
@ -431,6 +431,10 @@ done
|
|||
|
||||
### Set up the first control plane node
|
||||
|
||||
{{< note >}}
|
||||
Optionally replace the string `stable` with a different version of Kubernetes, for example `v1.11.3`.
|
||||
{{< /note >}}
|
||||
|
||||
1. Extract the etcd certificates
|
||||
|
||||
mkdir -p /etc/kubernetes/pki
|
||||
|
@ -438,10 +442,6 @@ done
|
|||
|
||||
1. Create a `kubeadm-config.yaml`:
|
||||
|
||||
{{< note >}}
|
||||
Optionally replace `stable` with a different version of Kubernetes, for example `v1.11.3`.
|
||||
{{< /note >}}
|
||||
|
||||
apiVersion: kubeadm.k8s.io/v1alpha3
|
||||
kind: ClusterConfiguration
|
||||
kubernetesVersion: stable
|
||||
|
@ -470,7 +470,7 @@ Optionally replace `stable` with a different version of Kubernetes, for example
|
|||
- `ETCD_2_IP`
|
||||
|
||||
1. Run `kubeadm init --config kubeadm-config.yaml`
|
||||
1. Copy the output join commamnd.
|
||||
1. Copy the output from the join command
|
||||
|
||||
### Copy required files to the correct locations
|
||||
|
||||
|
|
|
@ -917,7 +917,7 @@ dd
|
|||
list-style: disc
|
||||
|
||||
ol ul li
|
||||
list-style: none
|
||||
list-style: disc
|
||||
|
||||
ol li
|
||||
list-style: decimal
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue