Connectivity
Fixed
- Added component label to deployment labels as well
Added
- Add
app.kubernetes.io/component on deployments so that management-cluster-admission controller does not complain.
Changed
- Enable topology spread constraints by default. (#318)
Fixed
- Correct pod selectors on each deployment. Deployments renamed to allow for changing the selectors.
Changed
- Update controller container image to
v1.2.1 which removes the root and alias directives from the internal NGINX. (#311)
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)
Added
- VerticalPodAutoscaler for automatically setting requests and limits depending on usage. Fixes OOM kills on huge clusters.
Added
- Support IRSA (IAM Roles for Service Accounts) for
aws provider.
Added
- Add support for Google Cloud
gcp provider.