Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changed
- Change ingress API version to
networking.k8s.io/v1 (falling back to networking.k8s.io/v1beta1 where the first is not available).
- Added recommendations regarding sizing of control plane nodes (formerly master nodes) to the best practices article (#955)
What’s changed
- Terminology change for alignment with the Kubernetes project: What was called a “master node” is now called a “control plane node”. “High-availability masters” is now called “High-availability control plane”. (#2505)
- Our real user monitoring now records every URL seen in the web UI, to help us understand better how you use it. Previously only a subset of URLs was recorded. (#2506)
- a few smaller changes
- In the
template cluster command, the flag --control-plane-az is replacing --master-az.
- Bump upstream flux toolkit version to 0.15.0
- Use kubectl kustomize to update app
- Use EmptyDir instead of PVC
- Allow use of other providers other than Github
Changed
- Upgrade upstream external-dns from v0.7.6 to v0.8.0.
- Allow to configure the minimum interval between two consecutive synchronizations triggered from kubernetes events through
externalDNS.minEventSyncInterval.
Added
- Add validation for node host volumes definition in KVMConfig CRD.
Changed
- Update
aad-pod-identity upstream CRDs to v1.8.0.