2018-07-14 10:48:22 +02:00
|
|
|
---
|
|
|
|
kind: StorageClass
|
|
|
|
apiVersion: storage.k8s.io/v1
|
|
|
|
metadata:
|
|
|
|
name: csi-s3
|
2021-07-27 13:05:32 +03:00
|
|
|
provisioner: ru.yandex.s3.csi
|
2018-07-29 10:00:53 +02:00
|
|
|
parameters:
|
2021-07-26 14:51:19 +03:00
|
|
|
mounter: geesefs
|
2021-07-27 00:07:28 +03:00
|
|
|
# you can set mount options here, for example limit memory cache size (recommended)
|
|
|
|
options: "--memory-limit 1000 --dir-mode 0777 --file-mode 0666"
|
2021-04-05 15:07:16 +02:00
|
|
|
# to use an existing bucket, specify it here:
|
2021-07-27 00:07:28 +03:00
|
|
|
#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
|