> coreweave-upgrade-migration

Upgrade CoreWeave deployments and migrate between GPU types. Use when migrating from A100 to H100, upgrading CUDA versions, or updating inference server versions. Trigger with phrases like "upgrade coreweave", "coreweave gpu migration", "coreweave cuda upgrade", "migrate coreweave".

fetch
$curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/coreweave-upgrade-migration?format=md"
SKILL.mdcoreweave-upgrade-migration

CoreWeave Upgrade & Migration

GPU Type Migration

# Before: A100
affinity:
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
        - matchExpressions:
            - key: gpu.nvidia.com/class
              operator: In
              values: ["A100_PCIE_80GB"]

# After: H100 (update affinity label)
              values: ["H100_SXM5"]

Migration Steps

  1. Build new container with updated CUDA version if needed
  2. Deploy with new GPU affinity alongside old deployment
  3. Shift traffic gradually (canary)
  4. Validate latency and throughput match or improve
  5. Scale down old deployment

CUDA Version Matrix

GPU TypeRecommended CUDADriver
A100CUDA 12.2+535+
H100CUDA 12.4+550+
L40CUDA 12.2+535+

Rollback

kubectl rollout undo deployment/my-inference

Resources

Next Steps

For CI/CD, see coreweave-ci-integration.

┌ stats

installs/wk0
░░░░░░░░░░
github stars1.7K
██████████
first seenMar 23, 2026
└────────────

┌ repo

jeremylongshore/claude-code-plugins-plus-skills
by jeremylongshore
└────────────