Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- Use SVG icon
- Add instructions on how to install
athena in a workload cluster. - Push
athena to the giantswarm catalog - Add labels and annotations to the
athena chart. - Use
app-test-suite to execute smoke tests. - Add schema validation for
values.yaml. - Use
app-build-suite to generate application.giantswarm.io/metadata.
Changed
- Allow missing
firestoreServiceAccountKey. - Make changes to helm chart for deployment on workload clusters.
- Add page to explain the “Inspect permissions” function in the web UI (#1463)
Fixed
- Take
--context flag into account when building config for login.
- Add highlights for the week ending 2022-06-03 (#1454)
Updates
- Enable PodDisruptionBudget to require at least one pod running.
- Increase default replica count to two.
- Change default affinity to prevent scheduling on the same node.
- Align with upstream chart version 2.8.2 (Changes in upstream repository)
Changed
- When loging in, take the k8s API endpoint from the
Cluster CR rather than calculating it. - Make
kubectl gs login to work on GCP clusters.
- In GitOps docs, add namespace flag to flux create source command (#1456)
Added
- VerticalPodAutoscaler for automatically setting requests and limits depending on usage. Fixes OOM kills on huge clusters.
Fixed
- Yet another fix for the Fairness and Priority charts in the
K8s API Performance dashboard.