diff --git a/README.md b/README.md index c6bd131..b4de5e3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ * `tofu apply` to create machines * change hostname to be fqdn with hostnamectl, changing with a running cluster will break the cluster * register dns with `knotctl add -z rut.sunet.se -n internal-sto4-test-k8sm-1.rut.sunet.se. -d 2001:6b0:6c::449 -r AAAA` -* Add to cosmos-rules: +* Add to cosmos-rules: ``` @@ -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`