-
Notifications
You must be signed in to change notification settings - Fork 614
Closed
Labels
bugSomething isn't workingSomething isn't workinggood-first-issueGood for newcomersGood for newcomersraycluster
Description
Search before asking
- I searched the issues and found no similar issues.
KubeRay Component
ray-operator
What happened + What you expected to happen
Create a RayCluster and use kubectl describe raycluster $RAYCLUSTER
to check the K8s event.
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal CreatedService 43m raycluster-controller Created service default/raycluster-kuberay-head-svc
Normal CreatedHeadPod 43m raycluster-controller Created head Pod default/raycluster-kuberay-head-l7v7q
Normal CreatedWorkerPod 43m raycluster-controller Created worker Pod default/
The event doesn't show the Pod's name. I guess the reason is because we use GenerateName
for worker Pods.
Reproduction script
above
Anything else
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood-first-issueGood for newcomersGood for newcomersraycluster