Skip to content
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

Kuberay operator failed to watch endpoint #2073

Closed
2 tasks done
apurvamishra20 opened this issue Apr 8, 2024 · 3 comments · Fixed by #2080
Closed
2 tasks done

Kuberay operator failed to watch endpoint #2073

apurvamishra20 opened this issue Apr 8, 2024 · 3 comments · Fixed by #2080
Assignees
Labels
bug Something isn't working rayservice

Comments

@apurvamishra20
Copy link

Search before asking

  • I searched the issues and found no similar issues.

KubeRay Component

ray-operator

What happened + What you expected to happen

After installing Kuberay-operation v1.1.0, The kubernetes API started complaining K8s can't watch the endpoint as it is missing in the rbac
pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1.Endpoints: unknown (get endpoints)

Reproduction script

Ray 2.9.2
Kuberay: v1.1.0

Deploy any ray serve application on GCP

Anything else

Although I have not seen this effecting any functionality but it will keep reoccurring every min

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@apurvamishra20 apurvamishra20 added bug Something isn't working triage labels Apr 8, 2024
@apurvamishra20 apurvamishra20 changed the title Kuberay operator failed to watchend point Kuberay operator failed to watch endpoint Apr 8, 2024
@kevin85421
Copy link
Member

kevin85421 commented Apr 8, 2024

#1901 appears to update the Role/ClusterRole with permissions to list or get endpoints.

@kevin85421 kevin85421 self-assigned this Apr 8, 2024
@apurvamishra20
Copy link
Author

Yes! Watch is missing there.

@kevin85421
Copy link
Member

Good catch! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rayservice
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants