Hands-on Lab·Certified Kubernetes Administrator
Expanding a PersistentVolumeClaim
Growing a volume under a running Pod. This reads the two size fields that matter, acts on the condition the cluster raises, and shows what a class that cannot expand does instead.
Storage Guide 69 of 103 Intermediate
- Kubernetes1.36.4
- Runtimecontainerd 2.2.6
- CNICalico v3.32.1
- TimeAbout 16 min
- Reviewed26 August 2026
Written against the versions above. Driver behaviour varies: some finish a filesystem resize online. This one asks for a Pod restart, which is the case worth planning for.
| Server Name | IP Address | OS | Roles | CPU | RAM | HDD |
|---|---|---|---|---|---|---|
| CKA1001 | 192.168.0.175 | Ubuntu 26.04 LTS | Control Plane Node | 2 Core | 4 GB | 50 GB |
| CKA1001-NODE01 | 192.168.0.176 | Ubuntu 26.04 LTS | Worker Node | 2 Core | 4 GB | 50 GB |
| CKA1001-NODE02 | 192.168.0.177 | Ubuntu 26.04 LTS | Worker Node | 2 Core | 4 GB | 50 GB |
| CKA1001-NODE03 | 192.168.0.178 | Ubuntu 26.04 LTS | Worker Node | 2 Core | 4 GB | 50 GB |
Before you start
-
A claim, bound and in use
-
Can this class even grow
-
Ask for more, and read the two numbers
-
Restart the Pod, which is what the condition asked for
-
The claim that cannot grow at all