7734f97d90
``` Updated: aquarist-labs/s3gw: - 0.17.0 argo/argo-cd: - 5.36.1 asserts/asserts: - 1.42.0 bitnami/wordpress: - 16.1.14 datadog/datadog: - 3.32.0 intel/intel-device-plugins-operator: - 0.27.0 intel/intel-device-plugins-qat: - 0.27.0 intel/intel-device-plugins-sgx: - 0.27.0 quobyte/quobyte-cluster: - 0.1.8 weka/csi-wekafsplugin: - 2.0.1 ``` |
||
---|---|---|
.. | ||
templates | ||
Chart.yaml | ||
Readme.md | ||
app-readme.md | ||
questions.yaml | ||
values.yaml |
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