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
|
2021-02-25 08:19:52 +00:00
|
|
|
# Ref: https://github.com/ceph/ceph-csi/blob/devel/examples/README.md
|
2019-09-26 09:55:12 +00:00
|
|
|
# Example:
|
|
|
|
# csiConfig:
|
|
|
|
# - clusterID: "<cluster-id>"
|
|
|
|
# monitors:
|
|
|
|
# - "<MONValue1>"
|
|
|
|
# - "<MONValue2>"
|
2020-04-29 10:03:08 +00:00
|
|
|
# cephFS:
|
|
|
|
# subvolumeGroup: "csi"
|
2019-09-26 09:55:12 +00:00
|
|
|
csiConfig: []
|
|
|
|
|
2020-10-20 06:49:10 +00:00
|
|
|
# Set logging level for csi containers.
|
|
|
|
# Supported values from 0 to 5. 0 for general useful logs,
|
|
|
|
# 5 for trace level verbosity.
|
|
|
|
logLevel: 5
|
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
nodeplugin:
|
|
|
|
name: nodeplugin
|
2020-01-02 08:48:30 +00:00
|
|
|
# if you are using ceph-fuse client set this value to OnDelete
|
|
|
|
updateStrategy: RollingUpdate
|
2019-09-26 09:55:12 +00:00
|
|
|
|
2020-05-05 08:28:39 +00:00
|
|
|
# set user created priorityclassName for csi plugin pods. default is
|
|
|
|
# system-node-critical which is highest priority
|
|
|
|
priorityClassName: system-node-critical
|
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
httpMetrics:
|
2020-04-05 06:09:51 +00:00
|
|
|
# Metrics only available for cephcsi/cephcsi => 1.2.0
|
2019-09-26 09:55:12 +00:00
|
|
|
# Specifies whether http metrics should be exposed
|
|
|
|
enabled: true
|
|
|
|
# The port of the container to expose the metrics
|
|
|
|
containerPort: 8081
|
|
|
|
|
|
|
|
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: "9080"
|
|
|
|
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: []
|
|
|
|
|
2021-03-25 11:14:46 +00:00
|
|
|
profiling:
|
|
|
|
enabled: false
|
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
registrar:
|
|
|
|
image:
|
2020-10-13 05:16:15 +00:00
|
|
|
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
|
2020-09-30 04:58:08 +00:00
|
|
|
tag: v2.0.1
|
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-02-18 22:07:20 +00:00
|
|
|
# Set to true to enable Ceph Kernel clients
|
|
|
|
# on kernel < 4.17 which support quotas
|
|
|
|
# forcecephkernelclient: true
|
|
|
|
|
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
|
|
|
|
|
2020-05-05 08:28:39 +00:00
|
|
|
# set user created priorityclassName for csi provisioner pods. default is
|
|
|
|
# system-cluster-critical which is less priority than system-node-critical
|
|
|
|
priorityClassName: system-cluster-critical
|
|
|
|
|
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: 8081
|
|
|
|
|
|
|
|
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: "9080"
|
|
|
|
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: []
|
|
|
|
|
2021-03-25 11:14:46 +00:00
|
|
|
profiling:
|
|
|
|
enabled: false
|
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
provisioner:
|
|
|
|
image:
|
2020-10-13 05:16:15 +00:00
|
|
|
repository: k8s.gcr.io/sig-storage/csi-provisioner
|
2020-09-30 04:58:08 +00:00
|
|
|
tag: v2.0.4
|
2019-09-26 09:55:12 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
|
|
|
attacher:
|
|
|
|
name: attacher
|
|
|
|
enabled: true
|
|
|
|
image:
|
2020-10-13 05:16:15 +00:00
|
|
|
repository: k8s.gcr.io/sig-storage/csi-attacher
|
2020-09-30 04:58:08 +00:00
|
|
|
tag: v3.0.2
|
2019-09-26 09:55:12 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
2019-10-22 07:26:11 +00:00
|
|
|
resizer:
|
|
|
|
name: resizer
|
|
|
|
enabled: true
|
|
|
|
image:
|
2020-10-13 05:16:15 +00:00
|
|
|
repository: k8s.gcr.io/sig-storage/csi-resizer
|
2020-09-30 04:58:08 +00:00
|
|
|
tag: v1.0.1
|
2019-10-22 07:26:11 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
2020-08-03 09:48:08 +00:00
|
|
|
snapshotter:
|
|
|
|
image:
|
2020-10-13 05:16:15 +00:00
|
|
|
repository: k8s.gcr.io/sig-storage/csi-snapshotter
|
2021-04-29 05:53:17 +00:00
|
|
|
tag: v4.0.0
|
2020-08-03 09:48:08 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources: {}
|
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
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
|
|
|
|
|
2020-03-18 17:38:40 +00:00
|
|
|
topology:
|
|
|
|
# Specifies whether topology based provisioning support should
|
|
|
|
# be exposed by CSI
|
|
|
|
enabled: false
|
|
|
|
# domainLabels define which node labels to use as domains
|
|
|
|
# for CSI nodeplugins to advertise their domains
|
|
|
|
# NOTE: the value here serves as an example and needs to be
|
|
|
|
# updated with node labels that define domains of interest
|
|
|
|
domainLabels:
|
|
|
|
- failure-domain/region
|
|
|
|
- failure-domain/zone
|
|
|
|
|
2019-09-26 09:55:12 +00:00
|
|
|
#########################################################
|
|
|
|
# Variables for 'internal' use please use with caution! #
|
|
|
|
#########################################################
|
|
|
|
|
|
|
|
# The filename of the provisioner socket
|
|
|
|
provisionerSocketFile: csi-provisioner.sock
|
|
|
|
# The filename of the plugin socket
|
|
|
|
pluginSocketFile: csi.sock
|
2020-11-27 14:23:35 +00:00
|
|
|
# kubelet working directory,can be set using `--root-dir` when starting kubelet.
|
|
|
|
kubeletDir: /var/lib/kubelet
|
2019-09-26 09:55:12 +00:00
|
|
|
# Name of the csi-driver
|
|
|
|
driverName: cephfs.csi.ceph.com
|
|
|
|
# Name of the configmap used for state
|
2020-07-31 02:55:24 +00:00
|
|
|
configMapName: ceph-csi-config
|
2020-04-10 15:55:21 +00:00
|
|
|
# Key to use in the Configmap if not config.json
|
|
|
|
# configMapKey:
|
|
|
|
# Use an externally provided configmap
|
|
|
|
externallyManagedConfigmap: false
|