Fleet Management
Added
Changed
- Template for image reference in deployment.yaml
application.giantswarm.io/team annotation to Phoenix
Added
Changed
- Defined the use of the RuntimeDefault Seccompprofiles in the pod and container security context.
Changed
Fixed
- Detect China region to fix IRSA role
Added
- Add
cluster-autoscaler safe-to-evict annotation to recommender and updater
Fixed
- Bump app version in chart.yaml too
Breaking changes
- Add minimal support for templating CAPZ clusters by command line parameters. This removes
--cluster-config and --default-app-config parameters which required handcrafted YAML input. It leaves one consistent templating option for CAPI products (kubectl gs template cluster --provider ... --other-params).
Changed
- Raised resources for updater and recommender.
Changed
- App: Rename
nginx-ingress-controller-app to ingress-nginx. (#1077) - vSphere: Fix templating. (#1079)
Fixed
- Sanitize file passed as inputs data for config maps by stripping spaces from the right end of the lines.
- This makes the output to use proper multi-line strings for the embedded YAML content by working around a bug in
sig.k8s.io/yam@v1.3.0