extend-vm-storage
Installation
SKILL.md
Extend VM Storage Skill
Purpose: Extend disk storage on a Kubernetes node VM (Proxmox-hosted).
When to use: User wants to increase disk space on a k8s node VM, or a node is running low on disk.
Workflow
1. Identify the Node
Ask the user which node needs more storage and how much to add.
Valid nodes: k8s-master, k8s-node1, k8s-node2, k8s-node3, k8s-node4
2. Run the Script
./scripts/extend_vm_storage.sh <node-name> <size-increment>