Added
- CRD update job via helm hooks
ingressController.admissionWebhook.enabled
in values.--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.aws.region
) indepentent from any other value.This release contains a potential breaking change in case you are using and relying on the configuration setting use-forwarded-headers
. From now on the default value will change to false
. In case you’re relying on this feature, you’ll need override this in your customized values like this:
configmap:
use-forwarded-headers: “true”
use-forwarded-headers
by default.This release contains some changes to mitigate rate limiting on AWS clusters. Please take note of the defaults
for values aws.batchChangeInterval
, aws.zonesCacheDuration
, externalDNS.interval
and externalDNS.minEventSyncInterval
.
If you already specify --aws-batch-change-interval
or --aws-zones-cache-duration
, please migrate to the new values aws.batchChangeInterval
and aws.zonesCacheDuration
.
--aws-batch-change-interval
through aws.batchChangeInterval
value. Default 10s
.--aws-zones-cache-duration
through aws.zonesCacheDuration
value. Default 3h
.externalDNS.interval
to 5m
.externalDNS.minEventSyncInterval
to 30s
.externalDNS.aws_access_key_id
and externalDNS.aws_secret_access_key
) indepentent from aws.access
value.aws.region
) indepentent from aws.access
value.--domain-filter
flag completely by setting externalDNS.domainFilterList
to null
.externalDNS.extraArgs
.This part of our documentation refers to our vintage product. The content may be not valid anymore for our current product. Please check our new documentation hub for the latest state of our docs.