Skip to content

StorageClass in Tests

GitLab Service requested to merge storage-class-for-tests into main

The default storage class on the guest-k8s cluster has a reclaim policy Retain, i.e. if the pvc is deleted the claimed persistent volume is kept --> with the current build pipeline configuration an 'orphanated' pv is left after each run: kubectl get pv | grep Retain

Storage class 'standard' has a reclaim policy Delete. (kubectl get sc)

Merge request reports