We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d387da commit d95ed62Copy full SHA for d95ed62
infra/k8s/storageclass.yaml
@@ -6,5 +6,5 @@ provisioner: disk.csi.azure.com
6
parameters:
7
skuname: StandardSSD_LRS # Standard SSD (faster, still inexpensive)
8
reclaimPolicy: Retain # keep the disk if PVC is deleted
9
-volumeBindingMode: WaitForFirstConsumer
+volumeBindingMode: Immediate
10
allowVolumeExpansion: true
0 commit comments