-
Notifications
You must be signed in to change notification settings - Fork 55
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
devworkspace controller should not be in charge of routing suffix for DWR CRs #391
devworkspace controller should not be in charge of routing suffix for DWR CRs #391
Conversation
controllers/controller/devworkspacerouting/devworkspacerouting_controller.go
Show resolved
Hide resolved
4cdcd55
to
133fb1c
Compare
/test v7-devworkspaces-operator-e2e |
133fb1c
to
21efa7a
Compare
@tinakurian: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
bc6da4d
to
2874c57
Compare
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.
I haven't tested but with the latest changes it should work, and it should change nothing for DWCO, but still DWCO probably needs adaptation to remove routingSuffix read from DWR CR
2874c57
to
b1298ef
Compare
b1298ef
to
ecc7e20
Compare
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 (though I didn't test directly)
// Routing suffix for cluster | ||
RoutingSuffix string `json:"routingSuffix"` |
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.
Worth noting that this is a breaking change for v1alpha1 devworkspaceroutings, but I don't think it impacts anything as nothing is deploying devworkspaceroutings yet.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amisevsk, metlos, sleshchenko, tinakurian 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 |
ecc7e20
to
ac65738
Compare
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amisevsk, metlos, sleshchenko, tinakurian 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 |
rebased against main branch to run e2e tests on fresh version |
/test v7-devworkspaces-operator-e2e |
What does this PR do?
Removes the routingSuffix. It should be assigned by the DWR controller.
It should be merged in sync with che-incubator/devworkspace-che-operator#45
What issues does this PR fix or reference?
#373
Is it tested? How?
Ran unit tests.