Skip to content

Commit 0316063

Browse files
committed
Add link to 1.19 release note for a new http01 podTemplate option
Signed-off-by: Yuedong Wu <dwcn22@outlook.com>
1 parent 5f7012b commit 0316063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/releases/release-notes/release-notes-1.19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Be sure to review all new features and changes below, and read the full release
1818

1919
### ACME and Certificate Management
2020
- There is a new feature gate `ACMEHTTP01IngressPathTypeExact`, to allow `ingress-nginx` users to turn off the new default Ingress `PathType: Exact` setting. This is useful if you are using an old version of `ingress-nginx` which does not properly support `PathType: Exact`.
21-
- The Issuer and ClusterIssuer custom resources have new fields which allow you to configure resource requests and resource limits for ACME HTTP-01 solver pods. This allows teams to override the global `--acme-http01-solver-resource-*` flag values which are set by the platform administrator.
21+
- The Issuer and ClusterIssuer custom resources have new fields which allow you to configure resource requests and resource limits for ACME HTTP-01 solver pods. This allows teams to override the global `--acme-http01-solver-resource-*` flag values which are set by the platform administrator. Read [HTTP01 `podTemplate` Options](../../configuration/acme/http01/README.md#podtemplate) to learn more.
2222
- The ACME challenge authorization timeout has been increased to two minutes to reduce `error waiting for authorization` failures.
2323
- There is now stricter solver validation to reject configurations that specify multiple ingress selection options (e.g. `class`, `ingressClassName`, `name`).
2424
- There are DNS and API improvements. A new `protocol` field was added for the `rfc2136` DNS01 provider.

0 commit comments

Comments
 (0)