- Kubernetes 1.12+
- Helm 3.1+
- PV provisioner support in the underlying infrastructure
Add the Netris Helm repository:
helm repo add netrisai https://netrisai.github.io/charts
helm repo update
In order to install the Helm chart, you must follow these steps:
- Create the namespace for netris-controller:
kubectl create namespace netris-controller
- Install helm chart with netris-controller:
helm install netris-controller netrisai/netris-controller \ --namespace netris-controller \ --set ingress.hosts={my.domain.com}
To uninstall/delete the netris-controller
helm release:
helm uninstall netris-controller
See the netris-controller README for details about configurable parameters and their default values.