rancher-partner-charts/charts/quobyte/quobyte-cluster/0.1.6
Samuel Attwood 9bda715218 Charts CI
Updated:
  bitnami/airflow:
    14.0.1
  bitnami/spark:
    6.3.9
  argo/argo-cd:
    5.12.1
  jfrog/artifactory-ha:
    107.46.10
  jfrog/artifactory-jcr:
    107.46.10
  cockroach-labs/cockroachdb:
    9.1.0
  crate/crate-operator:
    2.17.0
  external-secrets/external-secrets:
    0.6.1
  quobyte/quobyte-cluster:
    0.1.6
  yugabyte/yugabyte:
    2.14.4
2022-10-31 11:52:45 -04:00
..
templates Charts CI 2022-10-31 11:52:45 -04:00
Chart.yaml Charts CI 2022-10-31 11:52:45 -04:00
Readme.md Charts CI 2022-10-31 11:52:45 -04:00
app-readme.md Charts CI 2022-10-31 11:52:45 -04:00
questions.yaml Charts CI 2022-10-31 11:52:45 -04:00
values.yaml Charts CI 2022-10-31 11:52:45 -04: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