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

[Bug] kubectl plugin not detecting KubeRay on GKE RayOperator Add-On #3115

Open
1 of 2 tasks
brandonroyal opened this issue Feb 26, 2025 · 0 comments
Open
1 of 2 tasks
Labels
bug Something isn't working triage

Comments

@brandonroyal
Copy link

Search before asking

  • I searched the issues and found no similar issues.

KubeRay Component

Others

What happened + What you expected to happen

When checking the version of my kubectl add-on, I got the following message.

$ kubectl ray version
kubectl ray plugin version: v1.3.0
warning: KubeRay operator installation cannot be found: no KubeRay operator deployments found in any namespace. Did you install it with the name "kuberay-operator"?

I'm running a GKE cluster with the RayOperator add-on enabled

$ gcloud container clusters describe demo-cluster --region us-east4 
addonsConfig:
...
  rayOperatorConfig:
    enabled: true
...

Otherwise the kubectl plugin appears to be working as expected. Is it possible that the kubectl plugin is giving me a false error?

Reproduction script

  • Create a GKE cluster with the RayOperator Add-On enabled
  • kubectl ray version

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@brandonroyal brandonroyal added bug Something isn't working triage labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant