84 lines
2.6 KiB
YAML
84 lines
2.6 KiB
YAML
image:
|
|
repository: rook/ceph
|
|
tag: v1.14.2
|
|
pullPolicy: IfNotPresent
|
|
|
|
crds:
|
|
# **WARNING** Only set during first deployment. If later disabled the cluster may be DESTROYED.
|
|
enabled: true
|
|
|
|
|
|
# Options: `ERROR`, `WARNING`, `INFO`, `DEBUG`
|
|
logLevel: INFO
|
|
|
|
# Settings for whether to disable the drivers or other daemons if they are not
|
|
# needed
|
|
csi:
|
|
# -- Enable Ceph CSI RBD driver
|
|
enableRbdDriver: true
|
|
# -- Enable Ceph CSI CephFS driver
|
|
enableCephfsDriver: true
|
|
# -- Disable the CSI driver.
|
|
disableCsiDriver: "false"
|
|
|
|
# -- Enable host networking for CSI CephFS and RBD nodeplugins. This may be necessary
|
|
# in some network configurations where the SDN does not provide access to an external cluster or
|
|
# there is significant drop in read/write performance
|
|
enableCSIHostNetwork: true
|
|
# -- Deprecation note: Rook uses "holder" pods to allow CSI to connect to the multus public network
|
|
# without needing hosts to the network. Holder pods are being removed. See issue for details:
|
|
# https://github.com/rook/rook/issues/13055. New Rook deployments should set this to "true".
|
|
disableHolderPods: true
|
|
|
|
# -- Set replicas for csi provisioner deployment
|
|
provisionerReplicas: 2
|
|
|
|
# -- Set logging level for cephCSI containers maintained by the cephCSI.
|
|
# Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity.
|
|
logLevel: 0
|
|
|
|
|
|
cephcsi:
|
|
# -- Ceph CSI image repository
|
|
repository: quay.io/cephcsi/cephcsi
|
|
# -- Ceph CSI image tag
|
|
tag: v3.11.0
|
|
|
|
registrar:
|
|
# -- Kubernetes CSI registrar image repository
|
|
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
|
|
# -- Registrar image tag
|
|
tag: v2.10.0
|
|
|
|
provisioner:
|
|
# -- Kubernetes CSI provisioner image repository
|
|
repository: registry.k8s.io/sig-storage/csi-provisioner
|
|
# -- Provisioner image tag
|
|
tag: v4.0.0
|
|
|
|
snapshotter:
|
|
# -- Kubernetes CSI snapshotter image repository
|
|
repository: registry.k8s.io/sig-storage/csi-snapshotter
|
|
# -- Snapshotter image tag
|
|
tag: v7.0.1
|
|
|
|
attacher:
|
|
# -- Kubernetes CSI Attacher image repository
|
|
repository: registry.k8s.io/sig-storage/csi-attacher
|
|
# -- Attacher image tag
|
|
tag: v4.5.0
|
|
|
|
resizer:
|
|
# -- Kubernetes CSI resizer image repository
|
|
repository: registry.k8s.io/sig-storage/csi-resizer
|
|
# -- Resizer image tag
|
|
tag: v1.10.0
|
|
|
|
# -- Image pull policy
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
monitoring:
|
|
# -- Enable monitoring. Requires Prometheus to be pre-installed.
|
|
# Enabling will also create RBAC rules to allow Operator to create ServiceMonitors
|
|
enabled: false
|