Istio CNI Helm Chart

This chart installs the Istio CNI Plugin. See the CNI installation guide for more information.

Setup Repo Info

helm repo add istio https://istio-release.storage.googleapis.com/charts
helm repo update

See helm repo for command documentation.

Installing the Chart

To install the chart with the release name istio-cni:

helm install istio-cni istio/cni -n kube-system

Installation in kube-system is recommended to ensure the system-node-critical priorityClassName can be used.