spark-operator icon indicating copy to clipboard operation
spark-operator copied to clipboard

Unable to install Operator in openshift

Open tguthurti opened this issue 3 years ago • 1 comments

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 <IP>:443: connect: network is unreachable

tguthurti avatar May 06 '22 22:05 tguthurti

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

jkremser avatar May 09 '22 09:05 jkremser