rancher-charts/packages/rio/charts
Brenda Rearden 8e6e45ad6d
(dev-v2.6-archive) Update kiali to 1.23.0
(partially cherry picked from commit d397bb512c)
2022-01-06 11:33:16 -08:00
..
helm (dev-v2.6-archive) Update kiali to 1.23.0 2022-01-06 11:33:16 -08:00
templates (dev-v2.6-archive) Initial commit 2022-01-06 11:32:09 -08:00
.helmignore (dev-v2.6-archive) Initial commit 2022-01-06 11:32:09 -08:00
Chart.yaml (dev-v2.6-archive) Update kiali to 1.23.0 2022-01-06 11:33:16 -08:00
README.md (dev-v2.6-archive) Update kiali to 1.23.0 2022-01-06 11:33:16 -08:00
values.yaml (dev-v2.6-archive) Update rio to v0.8.0-rc2, add experimental label 2022-01-06 11:32:31 -08:00

README.md

Rio

Rio is an application deployment engine for Kubernetes.

This chart will install the rio controller, which will then install the Rio system.

Note that the Rio CLI is the preferred installation route, see rio install -h for more information.

Configuration

See values.yaml for installation options.

Prerequisites

  1. Rio requires Kubernetes 1.15 or newer cluster.
  2. Helm installed in the cluster. If Tiller and its service account are not already installed run the following:
    $ kubectl apply -f helm/tiller-serviceaccount.yaml
    $ helm init --service-account tiller
    

Installation

Create the namespace where Rio will be installed, rio-system is standard but not required:

$ kubectl create namespace rio-system
$ kubectl label namespace rio-system rio.cattle.io/is-system=true

Install the chart:

$ helm install --namespace rio-system --name rio ./

Wait for the controller to come up, and then ensure a cluster domain and IP exists:

$ kubectl -n rio-system rollout status deploy/rio-controller
$ rio info

Uninstallation

To completely uninstall Rio from your system:

$ rio uninstall
$ helm delete --purge rio