-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename operator and router namespaces #52
Rename operator and router namespaces #52
Conversation
Rename the following namespaces: * openshift-cluster-ingress-operator => openshift-ingress-operator * openshift-cluster-ingress-router => openshift-ingress This is necessary to conform to existing upstream expectations for the location of router instances (e.g. tests and other installer stuff). Refactor the RBAC stuff to look a little more consistent.
/xref openshift/installer#467 |
/cc @openshift/sig-network-edge @smarterclayton |
Tested in a 4.0 AWS cluster with a newly published image:
|
/lgtm |
/hold |
@ironcladlou |
This is something related to the operator-sdk, don't remember. I wanted to keep all the go packaging and binary stuff the same. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ironcladlou, Miciah, pravisankar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/retest |
1 similar comment
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
Fix the cluster-ingress-operator override to match the cluster-ingress-operator's new namespace and deployment name[1]. [1] openshift/cluster-ingress-operator#52
Fix the cluster-ingress-operator override to match the cluster-ingress-operator's new namespace and deployment name[1]. [1] openshift/cluster-ingress-operator#52
Rename the following namespaces:
This is necessary to conform to existing upstream expectations for the location
of router instances (e.g. tests and other installer stuff).
Refactor the RBAC stuff to look a little more consistent.