-
Jimmy Bourque authoredJimmy Bourque authored
README.md 2.12 KiB
istio-core
Helm umbrella chart for istio
Upstream Release Notes
This package combines the upstream
istiod
and
base
helm charts from the Istio project. All of the Istio components,
including the helm charts, are released in sync as part of
the larger Istio project's release cycle.
You can find the upstream Istio release notes here.
Learn More
Pre-Requisites
- Kubernetes Cluster deployed
- Kubernetes config installed in
~/.kube/config
- Helm installed
Install Helm
https://helm.sh/docs/intro/install/
Deployment
- Clone down the repository
- cd into directory
helm install istio-core chart/
Values
Key | Type | Default | Description |
---|---|---|---|
global.variant | string | "" |
|
global.tag | string | "1.25.1" |
|
global.hub | string | "registry1.dso.mil/ironbank/opensource/istio" |
|
global.imagePullSecrets[0] | string | "private-registry" |
Contributing
Please see the contributing guide if you are interested in contributing.
This file is programatically generated using helm-docs
and some BigBang-specific templates. The gluon
repository has instructions for regenerating package READMEs.