Istio add-on module release v3.1.0
Welcome to the latest release of istio
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This is a minor release that:
- Adds support for Kubernetes 1.28 and 1.29
- Updates Istio to version 1.22.2.
- Updates Kiali to version 1.86.0.
- Updates Jaeger to version 1.56.
- Improves maintenance files.
Upgrade Guide 🦮
Upgrade procedure - Istio
- Update the version in your
Furyfile.yml
file:
bases:
- name: istio/istio-operator
version: v3.1.0
- Download the module:
furyctl legacy vendor
- Build your desired profile Kustomize base and apply it to the cluster, for example for the
minimal
profile run:
kustomize build /vendor/katalog/istio/istio-operator/profiles/minimal | kubectl apply -f
Upgrade procedure - Jaeger
Please follow the detailed instructions for upgrading the Jaeger Operator component here.