Skip to content

Add docs how to create an ephemeral PVC

Georgi N. Georgiev requested to merge pvc-per-build-docs into main

What does this MR do?

Documents how to create an ephemeral PVC

Why was this MR needed?

Expand Pod Spec docs

What's the best way to test this MR?

Apply the docs code and kubectl describe pod <pod> and make sure that the mounted volume is named builds. From there on according to the k8s docs if your storage class is setup provisioning of volumes will be picked up.

What are the relevant issue numbers?

Closes #27835

Merge request reports