kubezero/charts/kubezero-istio
Stefan Reimer 51c1f039f3 Tweaks for aws-ebs-csi-driver, added initial aws-efs-csi-driver 2020-07-24 15:40:24 +01:00
..
charts/istio-operator We skip Istio 1.5, hook into deploy flow 2020-07-15 15:21:49 +01:00
templates Remove duplicate CRD 2020-07-24 12:31:22 +01:00
Chart.yaml Make private Ingress optional but enabled by default 2020-07-23 15:01:34 +00:00
README.md Tweaks for aws-ebs-csi-driver, added initial aws-efs-csi-driver 2020-07-24 15:40:24 +01:00
README.md.gotmpl Make IPPool optional to fix bootstrap issues, doc fixes 2020-07-15 11:44:43 +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 Bugfix, move CRDs into plain manifest to help bootstrapping 2020-07-22 16:01:36 +01:00
upgrade_from_14.sh Add KubeZero default Istio config 2020-07-21 18:30:21 +01:00
values.yaml Make private Ingress optional but enabled by default 2020-07-23 15:01:34 +00:00

README.md

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

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