2020-10-05 10:50:23 +00:00
|
|
|
# kubezero-istio
|
|
|
|
|
|
|
|
![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.3](https://img.shields.io/badge/AppVersion-1.7.3-informational?style=flat-square)
|
|
|
|
|
2020-07-14 15:58:14 +00:00
|
|
|
KubeZero Umbrella Chart for Istio
|
|
|
|
|
|
|
|
Installs Istio Operator and KubeZero Istio profile
|
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
**Homepage:** <https://kubezero.com>
|
|
|
|
|
|
|
|
## Maintainers
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
| Name | Email | Url |
|
|
|
|
| ---- | ------ | --- |
|
|
|
|
| Quarky9 | | |
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
## Requirements
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
Kubernetes: `>= 1.16.0`
|
2020-07-14 15:58:14 +00:00
|
|
|
|
|
|
|
| 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 |
|
2020-07-14 15:58:14 +00:00
|
|
|
|
|
|
|
## KubeZero default configuration
|
2020-07-14 16:39:12 +00:00
|
|
|
- mapped istio-operator to run on the controller nodes only
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
## Values
|
2020-07-14 15:58:14 +00:00
|
|
|
|
2020-07-15 17:13:23 +00:00
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|-----|------|---------|-------------|
|
2020-07-22 19:25:18 +00:00
|
|
|
| ingress.autoscaleEnabled | bool | `false` | |
|
2020-09-04 00:13:39 +00:00
|
|
|
| ingress.dnsNames[0] | string | `"*"` | |
|
2020-08-14 16:05:25 +00:00
|
|
|
| ingress.private.enabled | bool | `true` | |
|
2020-09-04 00:13:39 +00:00
|
|
|
| ingress.private.nodeSelector | string | `"31080_31443_31671_31672_31224"` | |
|
2020-07-22 19:25:18 +00:00
|
|
|
| ingress.replicaCount | int | `2` | |
|
2020-07-24 14:40:24 +00:00
|
|
|
| ingress.type | string | `"NodePort"` | |
|
2020-07-15 17:13:23 +00:00
|
|
|
| istio-operator.hub | string | `"docker.io/istio"` | |
|
2020-10-05 10:50:23 +00:00
|
|
|
| istio-operator.tag | string | `"1.7.3"` | |
|
2020-07-22 19:25:18 +00:00
|
|
|
| istiod.autoscaleEnabled | bool | `false` | |
|
|
|
|
| istiod.replicaCount | int | `1` | |
|
2020-07-15 10:44:43 +00:00
|
|
|
|
2020-07-14 15:58:14 +00:00
|
|
|
## 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
|
2020-07-14 15:58:14 +00:00
|
|
|
- https://istio.io/latest/docs/setup/install/standalone-operator/
|