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-ops471v1.14.120 hours ago
rook-cephbillimek/k8s-gitops603v1.14.1a day ago
rook-cephangelnu/k8s-gitops121v1.14.013 days ago
rook-cephwrmilling/k3s-gitops197v1.14.013 days ago
rook-cephDiaoul/home-ops57v1.14.014 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 (22)
/var/lib/kubelet
string
boolean
csi.csiRBDProvisionerResource (14)
- 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
csi.csiCephFSProvisionerResource (12)
- 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, string
boolean
boolean
string
string
csi.provisioner.image (8)
registry.k8s.io/sig-storage/csi-provisioner:v4.0.1
string
boolean
boolean
boolean
string
string
string
boolean
boolean
boolean
number
boolean
boolean
boolean
boolean
string
string
string
boolean
string
string
string
string
string
string
string
boolean
boolean