-
Notifications
You must be signed in to change notification settings - Fork 61
Fix and enable local_interactive feature by default #514
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
Fix and enable local_interactive feature by default #514
Conversation
…nteractive by default
348e838
to
b942bca
Compare
main.go
Outdated
@@ -115,6 +115,7 @@ func main() { | |||
}, | |||
KubeRay: &config.KubeRayConfiguration{ | |||
RayDashboardOAuthEnabled: pointer.Bool(true), | |||
IngressDomain: "kind", |
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.
Is there a specific reason to set kind domain here?
I suppose it is already passed in config/e2e/config.yaml
for tests
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.
You have an eagle eye, thanks for pointing that out. That was done for my own testing, changed back to fake.domain
(or whichever other default domain name we prefer). Thanks!
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.
Thinking why we should actually provide any default value?
Would it have more sense to keep it empty (not defined), failing operator with meaningful error message if customer won't provide it?
b942bca
to
69588ea
Compare
/hold |
cb0e03e
to
005d329
Compare
ba79757
to
36704da
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sutaakar 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 |
61c7bca
into
project-codeflare:main
Rayclient Route to resolve its own ingress domain, and enable local_interactive by default
Issue link
Jira: https://issues.redhat.com/browse/RHOAIENG-5330
What changes have been made
ingress domain
based on the route's name and namespace.annotationBoolVal()
ingressDomain
field to CFO configmap: This field has is empty by default and is used for the generation of the full rayclient client and dashboard ingress hosts. I.e.,ray-dashboard-<clusterName>-<namespace>.fake.domain
orrayclient-<clusterName>-<namespace>.fake.domain
.Verification steps
Checks