-
Bug
-
Resolution: Done
-
Major
-
None
-
4.14, 4.15, 4.16, 4.17, 4.18
-
None
-
Quality / Stability / Reliability
-
False
-
-
1
-
Important
-
None
-
None
-
None
-
None
-
OSDOCS Sprint 265, OSDOCS Sprint 266, OSDOCS Sprint 267
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
In "Configuring an ACME issuer to solve HTTP-01 challenges" section, step 2.c "Example ingress.yaml file", the annotation "acme.cert-manager.io/http01-ingress-class: ..." should be removed. Beacause it will cause the conflict with stanza "spec.ingressClassName: ...". Doc: https://docs.openshift.com/container-platform/4.17/security/cert_manager_operator/cert-manager-operator-issuer-acme.html#cert-manager-acme-http01_cert-manager-operator-issuer-acme
Version-Release number of selected component (if applicable):
4.14+
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Line of annotation "acme.cert-manager.io/http01-ingress-class: openshift-default" should be removed.
Additional info:
Simply removing that annotation from the example 'ingress.yaml' file is what we need to address.