-
Notifications
You must be signed in to change notification settings - Fork 876
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
kubeflow installation on macos m1 with rancher desktop #2416
Comments
It might be that there isn't enough resources to fulfill the workload. You might want to describe the node and see and try setting up your cluster with more CPU / memory based on what you see from the node description As for image debugging, you can try |
If you have an M2 it could be that the image is not available. Check also here |
I'm using M1 and encountering a similar issue. Does the image support the arm64 arch? Thanks! |
^ updated: I don't think the images support arm64 arch (e.g., https://hub.docker.com/r/kubeflownotebookswg/tensorboard-controller/tags) Then all kubeflow components can not be deployed to the M1 machine if my understanding is correct, right? Are there any other ways to deploy these components in the M1 machine? |
@koseoyoung @yecohn we are working on the arm support without any timeline, but feel free to help and contribute. You can reach out to @kimwnasptd and join the notebooks wg meeting. |
duplicate of #2472 /close |
@juliusvonkohout: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I am trying to install kubeflow from branch master from manifests, using the command
I am using kubernetes 1.24 from rancher desktop:
During the deployement I obtain an error:
When I inspect the problematic pods: (for example tensorboard-controller-deployment-5655cc9dbb-5mvfg ) I obtained:
It looks like the docker image registry is not found.
Any idea how should I proceed ?
The text was updated successfully, but these errors were encountered: