kubezero/charts/kubezero-istio
Stefan Reimer be346b592f Add fluent-bit support to kuberzero-logging, istio fixes 2020-08-22 18:27:18 +01:00
..
charts/istio-operator We skip Istio 1.5, hook into deploy flow 2020-07-15 15:21:49 +01:00
templates Add fluent-bit support to kuberzero-logging, istio fixes 2020-08-22 18:27:18 +01:00
Chart.yaml Add rabbitmq ingress gateway def 2020-08-11 15:09:48 +01:00
README.md Bugfix release for Calico, README updates 2020-08-14 17:05:25 +01:00
README.md.gotmpl Make IPPool optional to fix bootstrap issues, doc fixes 2020-07-15 11:44:43 +01:00
delete_istio_14.sh Update all charts to use latest lib 2020-08-07 17:02:22 +01:00
istio-operator.patch Fix local-path-provisioner, map istio-operator to control plane 2020-07-14 17:30:43 +01:00
update.sh Various deps updates, Istio to 1.6.7 2020-08-06 18:43:59 +01:00
values.yaml make nodeselector for private ingress configurable 2020-08-10 13:20:36 +01:00

README.md

kubezero-istio

KubeZero Umbrella Chart for Istio

Installs Istio Operator and KubeZero Istio profile

Current chart version is 0.2.3

Source code can be found here

Chart Requirements

Repository Name Version
istio-operator >= 1.6
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
ingress.autoscaleEnabled bool false
ingress.private.enabled bool true
ingress.private.nodeSelector string "31080_31443_30671_30672_31224"
ingress.replicaCount int 2
ingress.type string "NodePort"
istio-operator.hub string "docker.io/istio"
istio-operator.tag string "1.6.7"
istiod.autoscaleEnabled bool false
istiod.replicaCount int 1

Resources