-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Move all running pods from the temporary NAS seed node to the production UM760 node.
Prerequisites:
- UM760 joined cluster as CP-1
- Cluster has 2 nodes: NAS VM + UM760
Tasks:
- Cordon NAS node:
kubectl cordon platform-cp-0 - Drain NAS node:
kubectl drain platform-cp-0 --ignore-daemonsets --delete-emptydir-data - Wait for pods to reschedule on UM760
- Verify all workloads running on UM760:
- Argo CD (controller, server, repo-server)
- Tinkerbell stack
- NGINX config server
- Power off NAS VM (optional - can keep as backup)
Result: All workloads running on production hardware. NAS node idle.
Reference:
docs/architecture/appendices/B_bootstrap_procedure.md(Step 9)