-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.14.z
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
changes using oc patch to default ingress controller will be reverted
Version-Release number of selected component (if applicable):
NA
How reproducible:
Always
Steps to Reproduce:
1. oc patch --type=merge --namespace openshift-ingress-operator ingresscontrollers/default --patch '{"spec":{"defaultCertificate":{"name":"default-custom-certs"}}}' 2. oc get ingresscontroller default -oyaml
Actual results:
custom certs reverted to primary cert bundle
Expected results:
replaced custom certs persist
Additional info:
change to default ingress controller should use rosa edit ingress instead of oc patch, this info should be corrected in the doc to avoid confusion