Formatting.

This commit is contained in:
Mikael Frykholm 2024-04-12 13:35:32 +02:00
parent 024ac19997
commit 5b7977c8ba
Signed by: mifr
GPG key ID: 1467F9D69135C236

View file

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