kubezero/charts/kubezero-istio/README.md

42 lines
1.3 KiB
Markdown
Raw Normal View History

kubezero-istio
==============
KubeZero Umbrella Chart for Istio
Installs Istio Operator and KubeZero Istio profile
Current chart version is `0.3.3`
Source code can be found [here](https://kubezero.com)
## Chart Requirements
| Repository | Name | Version |
|------------|------|---------|
2020-09-11 14:06:38 +00:00
| | istio-operator | >= 1.7 |
2020-08-06 17:43:59 +00:00
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 |
## KubeZero default configuration
- mapped istio-operator to run on the controller nodes only
## Chart Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
2020-07-22 19:25:18 +00:00
| ingress.autoscaleEnabled | bool | `false` | |
| ingress.dnsNames[0] | string | `"*"` | |
| ingress.private.enabled | bool | `true` | |
| ingress.private.nodeSelector | string | `"31080_31443_31671_31672_31224"` | |
2020-07-22 19:25:18 +00:00
| ingress.replicaCount | int | `2` | |
| ingress.type | string | `"NodePort"` | |
| istio-operator.hub | string | `"docker.io/istio"` | |
2020-09-11 14:06:38 +00:00
| istio-operator.tag | string | `"1.7.1"` | |
2020-07-22 19:25:18 +00:00
| istiod.autoscaleEnabled | bool | `false` | |
| istiod.replicaCount | int | `1` | |
## Resources
2020-09-11 14:06:38 +00:00
- https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec
- https://github.com/istio/istio/blob/master/manifests/profiles/default.yaml
- https://istio.io/latest/docs/setup/install/standalone-operator/