Use an internal ingress by default when the cluster is marked internal - #2538
Conversation
|
/cc @abhinavdahiya |
|
/cc @mwoodson |
dc7f5e0 to
fa89cf0
Compare
|
/retest |
|
I managed to test this on AWS using Hope that's a sufficient test. I can provide more details if necessary! |
|
All feedback addressed and verified with a manual test, PTAL. |
When the cluster is internal according to the install config's publishing field, render an internal default ingresscontroller so that ingress remains consistent with the intent for the entire cluster to be "internal". This commit is part of the "User-defined Default Ingress Controller" enhancement proposal[1] and implements the final user-facing component of the feature. [1] https://github.com/openshift/enhancements/blob/master/enhancements/user-defined-default-ingress-controller.md
fa89cf0 to
e47fd39
Compare
|
Rebased. |
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, ironcladlou The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
When the cluster is internal according to the install config's publishing field,
render an internal default ingresscontroller so that ingress remains consistent
with the intent for the entire cluster to be "internal".
This commit is part of the "User-defined Default Ingress Controller" enhancement
proposal[1] and implements the final user-facing component of the feature.
[1] https://github.com/openshift/enhancements/blob/master/enhancements/user-defined-default-ingress-controller.md