2018-07-14 10:48:22 +02:00
|
|
|
---
|
|
|
|
kind: StorageClass
|
|
|
|
apiVersion: storage.k8s.io/v1
|
|
|
|
metadata:
|
|
|
|
name: csi-s3
|
|
|
|
provisioner: ch.ctrox.csi.s3-driver
|
2018-07-29 10:00:53 +02:00
|
|
|
parameters:
|
2021-07-19 15:59:56 +03:00
|
|
|
mounter: goofys
|
2021-04-05 15:07:16 +02:00
|
|
|
# to use an existing bucket, specify it here:
|
|
|
|
# bucket: some-existing-bucket
|
2019-05-14 21:53:44 +02:00
|
|
|
csi.storage.k8s.io/provisioner-secret-name: csi-s3-secret
|
|
|
|
csi.storage.k8s.io/provisioner-secret-namespace: kube-system
|
|
|
|
csi.storage.k8s.io/controller-publish-secret-name: csi-s3-secret
|
|
|
|
csi.storage.k8s.io/controller-publish-secret-namespace: kube-system
|
|
|
|
csi.storage.k8s.io/node-stage-secret-name: csi-s3-secret
|
|
|
|
csi.storage.k8s.io/node-stage-secret-namespace: kube-system
|
|
|
|
csi.storage.k8s.io/node-publish-secret-name: csi-s3-secret
|
2020-06-03 11:55:31 +08:00
|
|
|
csi.storage.k8s.io/node-publish-secret-namespace: kube-system
|