2018-07-14 08:48:22 +00:00
|
|
|
---
|
|
|
|
kind: StorageClass
|
|
|
|
apiVersion: storage.k8s.io/v1
|
|
|
|
metadata:
|
|
|
|
name: csi-s3
|
|
|
|
provisioner: ch.ctrox.csi.s3-driver
|
2018-07-29 08:00:53 +00:00
|
|
|
parameters:
|
2021-07-19 12:59:56 +00:00
|
|
|
mounter: goofys
|
2021-04-05 13:07:16 +00:00
|
|
|
# to use an existing bucket, specify it here:
|
|
|
|
# bucket: some-existing-bucket
|
2019-05-14 19:53:44 +00: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 03:55:31 +00:00
|
|
|
csi.storage.k8s.io/node-publish-secret-namespace: kube-system
|