Release v1.13.0
Networking Core Module Release 1.13.0
Welcome to the latest release of the Networking
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This is a minor release adding Cilium as a package! it also fixes the namespace where the Grafana dashboards are deployed and they get their own folder in Grafana's UI.
Component Images 🚢
Component | Supported Version | Previous Version |
---|---|---|
calico |
v3.25.0 |
No update |
cilium |
v1.13.1 |
New Package |
ip-masq |
v2.8.0 |
No update |
tigera-operator |
v1.29.0 |
No update |
Please refer the individual release notes to get detailed information on each release.
Update Guide 🦮
Process
From this version, you can start using Cilium as the CNI for a Kubernetes Fury on-premises cluster!
If you are upgrading from v1.12.2
, there are no significant changes, you need to:
- delete the Grafana dashboard configmap:
kubectl delete configmap networking-grafana-dashboard -n default
- deploy as usual:
kustomize build katalog/calico | kubectl apply -f -
# OR
kustomize build katalog/tigera/on-prem | kubectl apply -f -
# OR
kustomize build katalog/cilium | kubectl apply -f -
If you are upgrading from previous versions, please refer to the v1.12.0
release notes.