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
Install the spark operator through Helm as described in the README.
Expected behavior
The spark-operator pod starts successfully.
Actual behavior
Failed to pull image "docker.io/kubeflow/spark-operator:v1beta2-1.4.2-3.5.0": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/kubeflow/spark-operator:v1beta2-1.4.2-3.5.0": failed to resolve reference "docker.io/kubeflow/spark-operator:v1beta2-1.4.2-3.5.0": docker.io/kubeflow/spark-operator:v1beta2-1.4.2-3.5.0: not found
The text was updated successfully, but these errors were encountered:
You can clone the repo locally and modify Chart.yaml to use the correct appVersion or you can override image.tag using either --set image.tag=<correct_tag> or a custom values.yml file.
Description
#1998 set the Helm chart's default
appVersion
tov1beta2-1.4.2-3.5.0
, which fails to pull and does not appear to be listed on https://hub.docker.com/r/kubeflow/spark-operator/tags.Reproduction Code [Required]
Steps to reproduce the behavior:
Install the spark operator through Helm as described in the README.
Expected behavior
The spark-operator pod starts successfully.
Actual behavior
The text was updated successfully, but these errors were encountered: