45a0ab4d6e | ||
---|---|---|
.. | ||
crds | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
LICENSE | ||
README.md | ||
app-readme.md | ||
values.yaml |
README.md
K8s-TrilioVault-Operator
This operator is to manage the lifecycle of TrilioVault Backup/Recovery solution. This operator install, updates and manage the TrilioVault application.
Introduction
Prerequisites
- Kubernetes 1.13+
- Alpha feature gates should be enabled
- PV provisioner support
- CSI driver should be installed
Installation
To install the chart with the operator name trilio
:
# For helm version 2
helm install --name trilio k8s-triliovault-operator
# For helm version 3
helm install --name-template trilio k8s-triliovault-operator
The command deploys the K8s-triliovault-operator with the default configuration.
Uninstall
To uninstall/delete the chart trilio
:
# For helm version 2
helm delete trilio --purge
# For helm version 3
helm uninstall trilio
Configuration
TODO: Add possible configuration in helm chart.