rancher-partner-charts/charts/k8s-triliovault-operator/k8s-triliovault-operator/2.5.0
root 45a0ab4d6e TVK operator update v2.5.0 2021-09-15 08:16:03 +00:00
..
crds TVK operator update v2.5.0 2021-09-15 08:16:03 +00:00
templates TVK operator update v2.5.0 2021-09-15 08:16:03 +00:00
.helmignore TVK operator update v2.5.0 2021-09-15 08:16:03 +00:00
Chart.yaml TVK operator update v2.5.0 2021-09-15 08:16:03 +00:00
LICENSE TVK operator update v2.5.0 2021-09-15 08:16:03 +00:00
README.md TVK operator update v2.5.0 2021-09-15 08:16:03 +00:00
app-readme.md TVK operator update v2.5.0 2021-09-15 08:16:03 +00:00
values.yaml TVK operator update v2.5.0 2021-09-15 08:16:03 +00:00

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.