Formatting.
This commit is contained in:
parent
024ac19997
commit
5b7977c8ba
|
@ -25,7 +25,7 @@
|
|||
channel: 1.28/stable
|
||||
```
|
||||
|
||||
* add nodes by adding a privisioning key on the first management node with `microk8s add-node`
|
||||
* add nodes by adding a provisioning key on the first management node with `microk8s add-node`
|
||||
* Add all other _Controller_ nodes with `microk8s join 89.46.21.119:25000/12345678987654345678976543/1234565`
|
||||
* Add all other _Worker_ nodes with `microk8s join 89.46.21.119:25000/12345678987654345678976543/1234565 --worker`
|
||||
* Taint controller nodes so they wont get workload:` microk8s.kubectl taint nodes --selector=node.kubernetes.io/microk8s-controlplane=microk8s-controlplane cp-node=true:PreferNoSchedule`
|
||||
|
|
Loading…
Reference in a new issue