Remove a server from service¶
Steps:
- Drain load from the streamer in Catena SE
- Optionally replicate all content off the node (if time allows)
- If the database is on this node, migrate it
- Drain all pods from the node:
kubectl drain <node> --ignore-daemonsets --force --delete-emptydir-data - Remove the node from Kubernetes:
kubectl delete node <node> - Uninstall Kubernetes from the server:
k3s-agent-uninstall.sh