Skip to content

Commit 25b8fe3

Browse files
committed
Update auto-generated docs and translations
1 parent 62529ec commit 25b8fe3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/content/en/docs/contrib/tests.en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,11 @@ for the platforms that support it, we're testing:
439439

440440
#### validatePersistentVolumeClaim
441441
makes sure PVCs work properly
442+
verifies at least one StorageClass exists
443+
Applies a PVC manifest (pvc.yaml) and verfies PVC named myclaim reaches phase Bound.
444+
Creates a test pod (sp-pod) that mounts the claim (via createPVTestPod).
445+
Writes a file foo to the mounted volume at /tmp/mount/foo.
446+
Deletes the pod, recreates it, and verifies the file foo still exists by listing /tmp/mount, proving data persists across pod restarts.
442447

443448
#### validateTunnelCmd
444449
makes sure the minikube tunnel command works as expected

0 commit comments

Comments
 (0)