2019-09-26 09:55:12 +00:00
|
|
|
---
|
|
|
|
rbac:
|
|
|
|
# Specifies whether RBAC resources should be created
|
|
|
|
create: true
|
|
|
|
|
|
|
|
serviceAccounts:
|
|
|
|
nodeplugin:
|
|
|
|
# Specifies whether a ServiceAccount should be created
|
|
|
|
create: true
|
|
|
|
# The name of the ServiceAccount to use.
|
|
|
|
# If not set and create is true, a name is generated using the fullname
|
|
|
|
name:
|
|
|
|
provisioner:
|
|
|
|
# Specifies whether a ServiceAccount should be created
|
|
|
|
create: true
|
|
|
|
# The name of the ServiceAccount to use.
|
|
|
|
# If not set and create is true, a name is generated using the fullname
|
|
|
|
name:
|
|
|
|
|
|
|
|
# Configuration for the CSI to connect to the cluster
|
|
|
|
# Ref: https://github.com/ceph/ceph-csi/blob/master/examples/README.md
|
|
|
|
# Example:
|
|
|
|
# csiConfig:
|
|
|
|
# - clusterID: "<cluster-id>"
|
|
|
|
# monitors:
|
|
|
|
# - "<MONValue1>"
|
|
|
|
# - "<MONValue2>"
|
|
|
|
csiConfig: []
|
|
|
|
|
2020-01-29 11:44:45 +00:00
|
|
|
# Configuration for the encryption KMS
|
|
|
|
# Ref: https://github.com/ceph/ceph-csi/blob/master/docs/deploy-rbd.md
|
|
|
|
# Example:
|
|
|
|
# encryptionKMSConfig:
|
2020-02-06 16:23:14 +00:00
|
|
|
# vault-unique-id-1:
|
|
|
|
# encryptionKMSType: vault
|
|
|
|
# vaultAddress: https://vault.example.com
|
|
|
|
# vaultAuthPath: /v1/auth/kubernetes/login
|
|
|
|
# vaultRole: csi-kubernetes
|
|
|
|
# vaultPassphraseRoot: /v1/secret
|
|
|
|
# vaultPassphrasePath: ceph-csi/
|
|
|
|
# vaultCAVerify: "false"
|
|
|
|
encryptionKMSConfig: {}
|
2020-01-29 11:44:45 +00:00
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
nodeplugin:
|
|
|
|
name: nodeplugin
|
2020-01-02 08:48:30 +00:00
|
|
|
# if you are using rbd-nbd client set this value to OnDelete
|
|
|
|
updateStrategy: RollingUpdate
|
2019-09-26 09:55:12 +00:00
|
|
|
|
|
|
|
httpMetrics:
|
|
|
|
# Metrics only available for cephcsi/cephcsi => 1.2.0
|
|
|
|
# Specifies whether http metrics should be exposed
|
|
|
|
enabled: true
|
|
|
|
# The port of the container to expose the metrics
|
|
|
|
containerPort: 8080
|
|
|
|
|
|
|
|
service:
|
2020-01-07 02:44:17 +00:00
|
|
|
# Specifies whether a service should be created for the metrics
|
2019-09-26 09:55:12 +00:00
|
|
|
enabled: true
|
|
|
|
# The port to use for the service
|
|
|
|
servicePort: 8080
|
|
|
|
type: ClusterIP
|
|
|
|
|
|
|
|
# Annotations for the service
|
|
|
|
# Example:
|
|
|
|
# annotations:
|
|
|
|
# prometheus.io/scrape: "true"
|
|
|
|
# prometheus.io/port: "8080"
|
|
|
|
annotations: {}
|
|
|
|
|
|
|
|
clusterIP: ""
|
|
|
|
|
|
|
|
## List of IP addresses at which the stats-exporter service is available
|
|
|
|
## Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
|
|
|
|
##
|
|
|
|
externalIPs: []
|
|
|
|
|
|
|
|
loadBalancerIP: ""
|
|
|
|
loadBalancerSourceRanges: []
|
|
|
|
|
|
|
|
registrar:
|
|
|
|
image:
|
|
|
|
repository: quay.io/k8scsi/csi-node-driver-registrar
|
2020-04-01 02:34:15 +00:00
|
|
|
tag: v1.3.0
|
2019-09-26 09:55:12 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
|
|
|
plugin:
|
|
|
|
image:
|
|
|
|
repository: quay.io/cephcsi/cephcsi
|
|
|
|
tag: canary
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
tolerations: []
|
|
|
|
|
|
|
|
affinity: {}
|
|
|
|
|
2020-01-21 08:22:43 +00:00
|
|
|
# If true, create & use Pod Security Policy resources
|
|
|
|
# https://kubernetes.io/docs/concepts/policy/pod-security-policy/
|
|
|
|
podSecurityPolicy:
|
|
|
|
enabled: false
|
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
provisioner:
|
|
|
|
name: provisioner
|
|
|
|
replicaCount: 3
|
|
|
|
# Timeout for waiting for creation or deletion of a volume
|
|
|
|
timeout: 60s
|
|
|
|
|
|
|
|
httpMetrics:
|
|
|
|
# Metrics only available for cephcis/cephsi => 1.2.0
|
|
|
|
# Specifies whether http metrics should be exposed
|
|
|
|
enabled: true
|
|
|
|
# The port of the container to expose the metrics
|
|
|
|
containerPort: 8080
|
|
|
|
|
|
|
|
service:
|
2020-01-07 02:44:17 +00:00
|
|
|
# Specifies whether a service should be created for the metrics
|
2019-09-26 09:55:12 +00:00
|
|
|
enabled: true
|
|
|
|
# The port to use for the service
|
|
|
|
servicePort: 8080
|
|
|
|
type: ClusterIP
|
|
|
|
|
|
|
|
# Annotations for the service
|
|
|
|
# Example:
|
|
|
|
# annotations:
|
|
|
|
# prometheus.io/scrape: "true"
|
|
|
|
# prometheus.io/port: "8080"
|
|
|
|
annotations: {}
|
|
|
|
|
|
|
|
clusterIP: ""
|
|
|
|
|
|
|
|
## List of IP addresses at which the stats-exporter service is available
|
|
|
|
## Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
|
|
|
|
##
|
|
|
|
externalIPs: []
|
|
|
|
|
|
|
|
loadBalancerIP: ""
|
|
|
|
loadBalancerSourceRanges: []
|
|
|
|
|
|
|
|
provisioner:
|
|
|
|
image:
|
|
|
|
repository: quay.io/k8scsi/csi-provisioner
|
2020-01-01 14:31:51 +00:00
|
|
|
tag: v1.4.0
|
2019-09-26 09:55:12 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
|
|
|
attacher:
|
|
|
|
name: attacher
|
|
|
|
enabled: true
|
|
|
|
image:
|
|
|
|
repository: quay.io/k8scsi/csi-attacher
|
2020-03-23 07:11:03 +00:00
|
|
|
tag: v2.1.1
|
2019-09-26 09:55:12 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
2019-11-27 12:15:27 +00:00
|
|
|
resizer:
|
|
|
|
name: resizer
|
|
|
|
enabled: true
|
|
|
|
image:
|
|
|
|
repository: quay.io/k8scsi/csi-resizer
|
2020-01-03 01:55:42 +00:00
|
|
|
tag: v0.4.0
|
2019-11-27 12:15:27 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
snapshotter:
|
|
|
|
image:
|
|
|
|
repository: quay.io/k8scsi/csi-snapshotter
|
2020-01-01 14:37:14 +00:00
|
|
|
tag: v1.2.2
|
2019-09-26 09:55:12 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
tolerations: []
|
|
|
|
|
|
|
|
affinity: {}
|
|
|
|
|
2020-01-21 08:22:43 +00:00
|
|
|
# If true, create & use Pod Security Policy resources
|
|
|
|
# https://kubernetes.io/docs/concepts/policy/pod-security-policy/
|
|
|
|
podSecurityPolicy:
|
|
|
|
enabled: false
|
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
#########################################################
|
|
|
|
# Variables for 'internal' use please use with caution! #
|
|
|
|
#########################################################
|
|
|
|
|
|
|
|
# The directory where the provisioner and pluginSocketFile will be mounted
|
|
|
|
socketDir: /var/lib/kubelet/plugins/rbd.csi.ceph.com
|
|
|
|
# The filename of the provisioner socket
|
|
|
|
provisionerSocketFile: csi-provisioner.sock
|
|
|
|
# The filename of the plugin socket
|
|
|
|
pluginSocketFile: csi.sock
|
|
|
|
# The directory where nodeplugin socket is created
|
|
|
|
registrationDir: /var/lib/kubelet/plugins_registry
|
|
|
|
# The nodeplugin plugins directory
|
|
|
|
pluginDir: /var/lib/kubelet/plugins
|
|
|
|
# Name of the csi-driver
|
|
|
|
driverName: rbd.csi.ceph.com
|
|
|
|
# Name of the configmap used for state
|
|
|
|
configMapName: ceph-csi-config-rbd
|
2020-01-29 11:44:45 +00:00
|
|
|
# Name of the configmap used for encryption kms configuration
|
|
|
|
kmsConfigMapName: ceph-csi-encryption-kms-config
|