You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issues and found no similar issues.
KubeRay Component
kubectl-plugin
What happened + What you expected to happen
The --all-namespaces is false by default. However, it still shows the clusters under all namespaces.
Reproduction script
Create two RayClusters in the different namespaces. And get Raycluster without specifying --all-namespace. The result will look like the screenshot above.
kubectl ray create cluster sample-cluster
kubectl create namespace ns01
kubectl ray create cluster ns-cluster -n ns01
kubectl ray get cluster