Preview v3.1.0-rc.1
Pre-release
Pre-release
SIGHUP-C-3PO
released this
16 Jul 15:37
·
18 commits
to master
since this release
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.
- Improves maintenance files.
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