Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Migrate workloads from NAS to UM760 #13

Description

@jmgilman

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions