diff --git a/Home.md b/Home.md index 749241c..b64a400 100644 --- a/Home.md +++ b/Home.md @@ -33,4 +33,4 @@ See [DevOps/ansible-role-eom](https://gitea.eom.dev/DevOps/ansible-role-eom) # Maintenance Notes * When `kubectl` fails due to failed tls certs, run `sudo kubeadm certs renew all` on the control plane -* When nodes have a `` in the `Role` field from `kubectl list nodes`, they do not accept pods and need to be initialized with `kubectl label node $HOSTNAME node-role.kubernetes.io/worker=worker`` \ No newline at end of file +* When nodes have a `` in the `Role` field from `kubectl list nodes`, they do not accept pods and need to be initialized with `kubectl label node $HOSTNAME node-role.kubernetes.io/worker=worker` \ No newline at end of file