Operations¶
Guides for managing the cluster day-to-day.
Quick Reference¶
| Task | Command |
|---|---|
| Force Flux sync | task reconcile |
| List all tasks | task --list |
| Generate Talos config | task talos:generate-config |
| Apply config to node | task talos:apply-node IP=<ip> MODE=auto |
| Upgrade Talos | task talos:upgrade-node IP=<ip> |
| Upgrade Kubernetes | task talos:upgrade-k8s |
| Reset cluster | task talos:reset |
| Validate K8s manifests | task template:validate-kubernetes-config |
| VM console | task vm:console VM=<name> |
| VM start/stop | task vm:start VM=<name> / task vm:stop VM=<name> |
Pages¶
- Day-2 Operations -- Routine maintenance and upgrades
- Backup & Recovery -- VolSync, Kopia, and disaster recovery
- VM Management -- KubeVirt virtual machine operations
- Troubleshooting -- Debugging common issues