--- images: # Source: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 registrar: registry.cn-qingdao.aliyuncs.com/wod/csi-node-driver-registrar:v1.2.0 # Source: quay.io/k8scsi/csi-provisioner:v2.1.0 provisioner: registry.cn-qingdao.aliyuncs.com/wod/csi-provisioner:v2.1.0 # Main image csi: registry.cn-qingdao.aliyuncs.com/wod/csi-s3-driver:0.43.0 storageClass: # Specifies whether the storage class should be created create: true # Name name: csi-s3 # Use a single bucket for all dynamically provisioned persistent volumes singleBucket: "bd-wind" # mounter to use - either geesefs, s3fs or rclone (default geesefs) mounter: geesefs # 前置路径 path: "pvc" # GeeseFS mount options mountOptions: "--memory-limit 1000 --dir-mode 0777 --file-mode 0666" # Volume reclaim policy reclaimPolicy: Delete # Annotations for the storage class # Example: # annotations: # storageclass.kubernetes.io/is-default-class: "true" annotations: {} secret: # Specifies whether the secret should be created create: true # Name of the secret name: csi-s3-secret # S3 Access Key accessKey: "" # S3 Secret Key secretKey: "" # Endpoint endpoint: https://storage.yandexcloud.net # Region region: "" # Insecure insecure: "false" tolerations: all: false node: [] controller: [] nodeSelector: {} kubeletPath: /var/lib/kubelet