Attention: Deprecation notice for Bintray, JCenter, GoCenter and ChartCenter. Learn More
banzaicloud-stable/uistio
UIstio Helm Chart
TL;DR
$ helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
$ helm repo update
$ helm install --name=uistio banzaicloud-stable/uistio
Introduction
UIstio manages hybrid clusters connected with Istio.
Prerequisites
- Kubernetes 1.10+
Installing the Chart
To install the chart with the release name uistio
:
helm install --name uistio banzaicloud-stable/uistio
The command deploys the application on the Kubernetes cluster with the default configuration. The configuration section lists the parameters that can be configured during installation.
Tip: List all releases using
helm list
Uninstalling the Chart
To uninstall/delete the uistio release:
$ helm del --purge uistio
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
The configurable parameters and default values are listed in values.yaml
.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
Alternatively, a YAML file that specifies the values for the parameters can be provided during the chart installation:
$ helm install --name uistio -f my-values.yaml banzaicloud-stable/uistio