mirror of
https://github.com/alibaba/higress.git
synced 2026-04-22 04:27:26 +08:00
22 lines
509 B
Markdown
22 lines
509 B
Markdown
# Istio base Helm Chart
|
|
|
|
This chart installs resources shared by all Istio revisions. This includes Istio CRDs.
|
|
|
|
## Setup Repo Info
|
|
|
|
```console
|
|
helm repo add istio https://istio-release.storage.googleapis.com/charts
|
|
helm repo update
|
|
```
|
|
|
|
_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
|
|
|
|
## Installing the Chart
|
|
|
|
To install the chart with the release name `istio-base`:
|
|
|
|
```console
|
|
kubectl create namespace istio-system
|
|
helm install istio-base istio/base -n istio-system
|
|
```
|