diff --git a/Home.md b/Home.md index 9cde1d5..c4b43fc 100644 --- a/Home.md +++ b/Home.md @@ -1,4 +1,4 @@ # 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 `` 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