Skip to content

Commit

Permalink
[storage] Add aliyun storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
liguozhong committed Nov 17, 2020
1 parent e346a94 commit 2f17ff3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kube/storage-fast-aliyun.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: fast
provisioner: diskplugin.csi.alibabacloud.com
parameters:
type: cloud_ssd
volumeBindingMode: WaitForFirstConsumer

0 comments on commit 2f17ff3

Please sign in to comment.