Skip to content

Commit

Permalink
Merge pull request #989 from CecileRobertMichon/WaitForFirstConsumer-…
Browse files Browse the repository at this point in the history
…storageclass

Update AzureDisk SC volumeBindingMode to WaitForFirstConsumer
  • Loading branch information
k8s-ci-robot authored Oct 13, 2020
2 parents 6d7647a + 38c2360 commit 144efc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/addons/storageclass-azure-disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parameters:
kind: Managed
storageaccounttype: Standard_LRS
cachingmode: ReadOnly
volumeBindingMode: WaitForFirstConsumer
---
apiVersion: storage.k8s.io/v1beta1
kind: StorageClass
Expand All @@ -24,6 +25,7 @@ parameters:
kind: Managed
storageaccounttype: Premium_LRS
cachingmode: ReadOnly
volumeBindingMode: WaitForFirstConsumer
---
apiVersion: storage.k8s.io/v1beta1
kind: StorageClass
Expand All @@ -37,3 +39,4 @@ parameters:
kind: Managed
storageaccounttype: Standard_LRS
cachingmode: ReadOnly
volumeBindingMode: WaitForFirstConsumer

0 comments on commit 144efc5

Please sign in to comment.