Skip to content

Remove a server from service

Steps:

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