-
Notifications
You must be signed in to change notification settings - Fork 403
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
Release v0.5.0 doc validation part 2 #999
Conversation
Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
docs/guidance/ingress.md
Outdated
@@ -201,3 +201,12 @@ kubectl describe ingress raycluster-ingress-head-ingress | |||
# [Note] The forward slash at the end of the address is necessary. `<ip>/raycluster-ingress` | |||
# will report "404 Not Found". | |||
``` | |||
|
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.
Maybe we just need to add a comment in Step 2 that says to execute the kubectl wait command after the Pod for the NGINX ingress controller is created or just sleep 10
. This is an expected behavior for kubectl wait
.
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.
The commands are copied from here.
For |
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.
Remove the section "Example: NGINX Ingress on KinD (built-in ingress support)" in ingress.md and remove https://github.com/ray-project/kuberay/blob/master/ray-operator/config/samples/ray-cluster.ingress.yaml.
For
|
Actually it works now after Kai-Hsun's fix #1000, I've updated the PR description |
Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
I confirmed that this script passes with |
Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
Discussed offline, we'll use Ray 2.2.0 for the pod security doc for now until we can confirm ray:latest works (likely after 2.4.0 release of Ray) |
Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
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
Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
Release v0.5.0 doc validation part 2
Why are these changes needed?
Continuation of #997. As in that PR,
https://github.com/ray-project/kuberay/blob/master/docs/guidance/ingress.md
https://github.com/ray-project/kuberay/blob/master/docs/guidance/rayjob.md
https://github.com/ray-project/kuberay/blob/master/docs/guidance/tls.md
# Install v0.5.0 KubeRay operator
". I usedkind create cluster
followed byhelm install kuberay-operator --set image.repository=kuberay/operator --set image.tag=nightly ~/kuberay/helm-chart/kuberay-operator
https://github.com/ray-project/kuberay/blob/master/docs/guidance/pod-command.md
https://github.com/ray-project/kuberay/blob/master/docs/guidance/pod-security.md
this doesn't affect the main point of the doc, which is to demonstrate security settings.
Related issue number
Checks