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
ray-operator
What happened + What you expected to happen
I cloned the KubeRay GitHub repo and deploy the operator's configuration from my local file system.
use kubectl create -k default/
error: couldn't make loader for namespace.yaml: got file 'namespace.yaml', but '/root/ray/kuberay/ray-operator/config/default/namespace.yaml' must be a directory to be a root
Reproduction script
kubectl 1.20.9 and k8s cluster was deployed
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
I cannot reproduce this error. My commands are as follows.
>cd ray-operator/config
> kubectl create -k default
namespace/ray-system created
customresourcedefinition.apiextensions.k8s.io/rayclusters.ray.io created
customresourcedefinition.apiextensions.k8s.io/rayjobs.ray.io created
customresourcedefinition.apiextensions.k8s.io/rayservices.ray.io created
serviceaccount/kuberay-operator created
role.rbac.authorization.k8s.io/kuberay-operator-leader-election created
clusterrole.rbac.authorization.k8s.io/kuberay-operator created
rolebinding.rbac.authorization.k8s.io/kuberay-operator-leader-election created
clusterrolebinding.rbac.authorization.k8s.io/kuberay-operator created
service/kuberay-operator created
deployment.apps/kuberay-operator created
This issue kubernetes-sigs/kustomize#3812 might be helpful. In addition, you can also try to upgrade your kubectl. My version is as follows.
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
I cloned the KubeRay GitHub repo and deploy the operator's configuration from my local file system.
use kubectl create -k default/
error: couldn't make loader for namespace.yaml: got file 'namespace.yaml', but '/root/ray/kuberay/ray-operator/config/default/namespace.yaml' must be a directory to be a root
Reproduction script
kubectl 1.20.9 and k8s cluster was deployed
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: