38 lines
1.0 KiB
Markdown
38 lines
1.0 KiB
Markdown
kubezero-istio
|
|
==============
|
|
KubeZero Umbrella Chart for Istio
|
|
|
|
Installs Istio Operator and KubeZero Istio profile
|
|
|
|
|
|
Current chart version is `0.2.0`
|
|
|
|
Source code can be found [here](https://kubezero.com)
|
|
|
|
## Chart Requirements
|
|
|
|
| Repository | Name | Version |
|
|
|------------|------|---------|
|
|
| | istio-operator | >= 1.6 |
|
|
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.1 |
|
|
|
|
## KubeZero default configuration
|
|
- mapped istio-operator to run on the controller nodes only
|
|
|
|
## Chart Values
|
|
|
|
| Key | Type | Default | Description |
|
|
|-----|------|---------|-------------|
|
|
| ingress.autoscaleEnabled | bool | `false` | |
|
|
| ingress.private | bool | `true` | |
|
|
| ingress.replicaCount | int | `2` | |
|
|
| ingress.type | string | `"NodePort"` | |
|
|
| istio-operator.hub | string | `"docker.io/istio"` | |
|
|
| istio-operator.tag | string | `"1.6.5"` | |
|
|
| istiod.autoscaleEnabled | bool | `false` | |
|
|
| istiod.replicaCount | int | `1` | |
|
|
|
|
## Resources
|
|
|
|
- https://istio.io/latest/docs/setup/install/standalone-operator/
|