Files
higress/hgctl/pkg/manifests/istiobase
澄潭 f7a419770d upgrade to istio 1.19 (#1211)
Co-authored-by: CH3CHO <ch3cho@qq.com>
Co-authored-by: rinfx <893383980@qq.com>
2024-08-26 09:51:47 +08:00
..
2024-08-26 09:51:47 +08:00
2024-08-26 09:51:47 +08:00
2024-08-26 09:51:47 +08:00
2024-08-26 09:51:47 +08:00
2024-08-26 09:51:47 +08:00

Istio base Helm Chart

This chart installs resources shared by all Istio revisions. This includes Istio CRDs.

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-base:

kubectl create namespace istio-system
helm install istio-base istio/base -n istio-system