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