2019-02-21 10:00:21 +05:30
|
|
|
---
|
|
|
|
rbac:
|
|
|
|
create: true
|
|
|
|
|
|
|
|
serviceAccounts:
|
|
|
|
attacher:
|
|
|
|
create: true
|
|
|
|
name:
|
|
|
|
nodeplugin:
|
|
|
|
create: true
|
|
|
|
name:
|
|
|
|
provisioner:
|
|
|
|
create: true
|
|
|
|
name:
|
|
|
|
|
2019-03-13 10:39:58 +05:30
|
|
|
socketDir: /var/lib/kubelet/plugins/cephfs.csi.ceph.com
|
2019-02-21 10:00:21 +05:30
|
|
|
socketFile: csi.sock
|
|
|
|
registrationDir: /var/lib/kubelet/plugins_registry
|
2019-07-03 15:32:36 +05:30
|
|
|
pluginDir: /var/lib/kubelet/plugins
|
2019-03-13 10:39:58 +05:30
|
|
|
driverName: cephfs.csi.ceph.com
|
2019-05-28 15:03:18 -04:00
|
|
|
configMapName: ceph-csi-config
|
2019-02-21 10:00:21 +05:30
|
|
|
|
|
|
|
nodeplugin:
|
|
|
|
name: nodeplugin
|
|
|
|
|
|
|
|
registrar:
|
|
|
|
image:
|
|
|
|
repository: quay.io/k8scsi/csi-node-driver-registrar
|
2019-06-02 15:01:34 +05:30
|
|
|
tag: v1.1.0
|
2019-02-21 10:00:21 +05:30
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
|
|
|
plugin:
|
|
|
|
image:
|
2019-05-24 16:33:33 +05:30
|
|
|
repository: quay.io/cephcsi/cephcsi
|
|
|
|
# for stable functionality replace canary with latest release version
|
|
|
|
tag: canary
|
2019-02-21 10:00:21 +05:30
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
tolerations: []
|
|
|
|
|
|
|
|
affinity: {}
|
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: provisioner
|
2019-07-25 12:19:44 +05:30
|
|
|
replicaCount: 3
|
2019-02-21 10:00:21 +05:30
|
|
|
|
2019-07-29 12:36:24 +02:00
|
|
|
provisioner:
|
|
|
|
image:
|
|
|
|
repository: quay.io/k8scsi/csi-provisioner
|
|
|
|
tag: v1.3.0
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
2019-02-21 10:00:21 +05:30
|
|
|
|
2019-07-29 12:36:24 +02:00
|
|
|
attacher:
|
|
|
|
name: attacher
|
|
|
|
enabled: true
|
|
|
|
image:
|
|
|
|
repository: quay.io/k8scsi/csi-attacher
|
|
|
|
tag: v1.2.0
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
2019-02-21 10:00:21 +05:30
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
tolerations: []
|
|
|
|
|
|
|
|
affinity: {}
|