Skip to content

Commit

Permalink
Update cinder-storage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surco1971 authored Sep 23, 2019
1 parent 964473c commit 8491f78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openstack/cinder-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
provisioner: kubernetes.io/cinder
parameters:
type: SATA
volumeBindingMode: WaitForFirstConsumer
---
kind: StorageClass
apiVersion: storage.k8s.io/v1
Expand All @@ -14,6 +15,7 @@ metadata:
provisioner: kubernetes.io/cinder
parameters:
type: SAS
volumeBindingMode: WaitForFirstConsumer
---
kind: StorageClass
apiVersion: storage.k8s.io/v1
Expand All @@ -22,3 +24,4 @@ metadata:
provisioner: kubernetes.io/cinder
parameters:
type: SSD
volumeBindingMode: WaitForFirstConsumer

0 comments on commit 8491f78

Please sign in to comment.