rancher-partner-charts/charts/quobyte/quobyte-cluster/0.2.0
github-actions[bot] a1bbbd8e6a Added chart versions:
buoyant/linkerd-control-plane:
    - 2024.11.1
  buoyant/linkerd-crds:
    - 2024.11.1
  codefresh/cf-runtime:
    - 7.0.0
  hashicorp/vault:
    - 0.29.0
  percona/psmdb-db:
    - 1.17.1
  quobyte/quobyte-cluster:
    - 0.2.0
2024-11-08 00:39:22 +00:00
..
templates Added chart versions: 2024-11-08 00:39:22 +00:00
Chart.yaml Added chart versions: 2024-11-08 00:39:22 +00:00
Readme.md Added chart versions: 2024-11-08 00:39:22 +00:00
app-readme.md Added chart versions: 2024-11-08 00:39:22 +00:00
questions.yaml Added chart versions: 2024-11-08 00:39:22 +00:00
values.yaml Added chart versions: 2024-11-08 00:39:22 +00:00

Readme.md

Quobyte Cluster Helm Chart

This Helm Chart will install a Quobyte storage cluster.

Preparation

You need to specify the infrastructure provider to provision storage devices. A sample "values.yaml" looks like this:

quobyte:
  # Name depends on the cloud environment, e.g. pd-ssd for Google Kubernetes Engine
  # flashStorage: "gp2" # AWS general purpose SSD
  # flashStorage: "Standard_LRS"  # Azure "Standard Locally Redundant Storage"
  flashStorage: "pd-ssd"
  # Storage provider depending to the cloud environment
  # storageProvisioner: "kubernetes.io/aws-ebs"
  # storageProvisioner: "kubernetes.io/azure-disk" 
  storageProvisioner: "kubernetes.io/gce-pd"

You can inspect the values.yaml for other values to modify, but default should work.

This Helm Chart can be installed as usual:

helm repo add quobyte https://quobyte.github.io/quobyte-k8s-resources/helm-charts
helm repo update
helm install my-storage-cluster quobyte/quobyte-cluster