Connectivity
Added
- Added team ownership to default labels.
- Default
affinity and topologySpreadConstraints to make sure pods are spread evenly across zones.
Added
- Add VerticalPodAutoscaler CR.
Fixes
- Pin user and group ID to 1000 in CRD install helm hook job
Added
- First release featuring upstream version 1.21.4.
Added
- Added
maxSurge parameter to values for the controller deployment strategy.
Fixes
- Handle empty
image.registry in CRD install job
Added
- CRD update job via helm hooks
Updates
- Align with upstream chart version 2.7.0
- Update kong/kubernetes-ingress-controller to 2.2.1
Fixes
- Disable Secrets creation validation in ValidatingWebhookConfiguration. This fixes deployments with
ingressController.admissionWebhook.enabled in values.
Updates
Added
- Allow enabling the
--enable-ssl-chain-completion flag. Disabled by default. Use this to autocomplete SSL certificate chains with missing intermediate CA certificates. Certificates uploaded to Kubernetes must have the “Authority Information Access” X.509 v3 extension for this to succeed.
Changed
- Allow setting the AWS default region (
aws.region) indepentent from any other value.