-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Failed to pull image "ghcr.io/kubeflow/spark-operator:v1beta2-1.3.3-3.1.1 #1991
Comments
I checked https://github.com/kubeflow/spark-operator/pkgs/container/spark-operator @yuchaoran2011 Can you push this version to fix the issue? Thanks |
Root cause is #1937 |
/kind bug |
@vzhao12 Until this is addressed, you can use images from the old registry by invoking helm with an extra option
|
@vzhao12 I am still getting imagepullbackoff error. does anyone have idea? |
use 'image.repository=ghcr.io/kubeflow/spark-operator' and 'image.tag=v1beta2-1.4.3-3.5.0' |
We just released a new image update with important registry fixes. Check it out: Image tag: https://github.com/kubeflow/spark-operator/tree/v1beta2-1.4.5-3.5.0 Please give it a try and let us know if you encounter any issues. We're working on a new KubeFlow Spark Operator release and your testing will help make it stable! Feel free to share feedback on the Kubeflow Spark operator channel. |
@vara-bonthu Users will still need to Still only one tag exists in the default container registry: https://hub.docker.com/r/kubeflow/spark-operator/tags Edit: Changed tag to match @RyanZotti's comment |
I think you meant any tag other than |
This issue has been automatically marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. Thank you for your contributions. |
Description
Unable to Start spark job in kubenetes
Reproduction Code [Required]
Steps to reproduce the behavior:
--namespace default
--set 'image.tag=v1beta2-1.3.3-3.1.1'
--set sparkJobNamespace=default
Expected behavior
Spin up the spark operator pod.
Actual behavior
Pod failed because of ImagePullBackOff
Saw the following error.
Failed to pull image "ghcr.io/kubeflow/spark-operator:v1beta2-1.3.3-3.1.1": rpc error: code = NotFound desc = failed to pull and unpack image "ghcr.io/kubeflow/spark-operator:v1beta2-1.3.3-3.1.1": failed to resolve reference "ghcr.io/kubeflow/spark-operator:v1beta2-1.3.3-3.1.1": ghcr.io/kubeflow/spark-operator:v1beta2-1.3.3-3.1.1: not found
The errors start at 04/13/2024 1:00 AM
Terminal Output Screenshot(s)
Environment & Versions
Additional context
The text was updated successfully, but these errors were encountered: