rook-ceph helm

Rook Ceph is a Kubernetes operator that can be used to manage Ceph storage clusters on Kubernetes. Ceph is a distributed storage system that provides block, object, and file storage for your home lab, and Rook makes it easy to deploy and manage Ceph storage clusters on top of Kubernetes. This allows you to store and access your data from anywhere in the cluster, such pods are not stuck to a single node, like with local-path storage.

With Ceph Block devices you can use Ceph as a persistent storage solution for your Kubernetes cluster. You can create a storage class that will automatically provision a Ceph block device for your pods.

Note: Most people release deploy the operator with the name rook-ceph-operator and the cluster with rook-ceph-cluster.

Install

Install with:

helm repo add rook-ceph-charts https://charts.rook.io/release/
helm install rook-ceph rook-ceph-charts/rook-ceph -f values.yaml

Examples

See examples from other people.

Top Repositories (5 out of 37)

NameRepoStarsVersionTimestamp
rook-cephbjw-s/home-ops489v1.14.32 days ago
rook-cephwrmilling/k3s-gitops199v1.14.37 days ago
rook-cephDiaoul/home-ops57v1.14.310 days ago
rook-cephangelnu/k8s-gitops130v1.14.312 days ago
rook-cephbillimek/k8s-gitops612v1.14.312 days ago

Values

See the most popular values for this chart:

KeyTypes
boolean
string
string, number
string
string, number
boolean, string
boolean, string
string
string
string
string
csi.kubeletDirPath (18)
/var/lib/kubelet
string
boolean
csi.csiRBDProvisionerResource (11)
- name : csi-provisioner resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi - name : csi-resizer resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi - name : csi-attacher resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi - name : csi-snapshotter resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi - name : csi-rbdplugin resource: requests: memory: 512Mi cpu: 50m limits: memory: 1Gi - name : csi-omap-generator resource: requests: memory: 512Mi cpu: 50m limits: memory: 1Gi - name : liveness-prometheus resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi
string
boolean, string
csi.csiCephFSProvisionerResource (9)
- name : csi-provisioner resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi - name : csi-resizer resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi - name : csi-attacher resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi - name : csi-snapshotter resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi - name : csi-cephfsplugin resource: requests: memory: 512Mi cpu: 50m limits: memory: 1Gi - name : liveness-prometheus resource: requests: memory: 128Mi cpu: 25m limits: memory: 256Mi
string
boolean
boolean
boolean
boolean
csi.provisioner.image (5)
registry.k8s.io/sig-storage/csi-provisioner:v4.0.1
string
string
boolean
boolean
string
string
string
string
string
string
string
boolean
boolean
boolean
number
boolean
boolean
boolean
boolean
boolean
string
boolean
string
string
string
string
string
string
string
string
string
boolean
boolean
boolean
boolean
boolean