-
Notifications
You must be signed in to change notification settings - Fork 446
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] Ray-operator deploy using helm failed on minikube #136
Comments
Sorry for missing CRD, I will add it as soon as possible.
|
Thanks @chenk008 I deployed ray cluster using command:
I do not see any pods in the namespaces, can you please suggest what am I missing here? |
@chenk008 Can you help cut a PR to improve the helm charts? Let's also include a quick helm command in the README.md. I did minor doc refactor in README.md and it has a quick start section with both kustomize and helm sections. |
@asm582 Sorry for delay reply. Please add |
@Jeffwan I have created a pull request to fix this issue, PTAL. |
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
Running
helm install kuberay-operator . --values values.yaml --namespace kuberay-operator --create-namespace
in directorykuberay/helm-chart/kubray-operator
fails.container logs:
Reproduction script
minikube start --cpus 16 --memory 32768
helm install kuberay-operator . --values values.yaml --namespace kuberay-operator --create-namespace
in directorykuberay/helm-chart/kubray-operator
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: