Skip to content

Commit

Permalink
Update AzureDisk SC volumeBindingMode to WaitForFirstConsumer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Oct 12, 2020
1 parent 6d7647a commit 38c2360
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 38c2360

Please sign in to comment.