radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.
Apache License 2.0
157 stars 61 forks source link

Unable to install Operator in openshift #351

Open tguthurti opened 2 years ago

tguthurti commented 2 years ago

Hello,

Unable to install spark operator in Openshift 4.7 cluster and operator image doesn't have digests(SHA256 fingerprint). The image path showing as Tag Image( quay.io/radanalyticsio/spark-operator:1.1.0). It throws Image pull back off. If anyone faces a similar issue and has a solution, please advise here. Kidly appreciate your help. Please let me know if anyone-generated image digests the below operator.

sh-4.4# sudo crictl pull quay.io/radanalyticsio/spark-operator:1.1.0 FATA[0030] pulling image: rpc error: code = Unknown desc = error pinging docker registry quay.io: Get "https://quay.io/v2/": dial tcp :443: connect: network is unreachable

jkremser commented 2 years ago

crictl pull quay.io/radanalyticsio/spark-operator:1.1.0 works well, it must be some network issue in your environment. Try

curl -k https://quay.io/v2/

..to check if you can reach the quay.io or pull some other image from quay. If you are behind corporate proxy, try to set up the env vars for this to whitelist the quay. The image is also on dockerhub, so feel free to change quay.io -> docker.io and you should be fine