Skip to content
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

Unable to install Operator in openshift #351

Open
tguthurti opened this issue May 6, 2022 · 1 comment
Open

Unable to install Operator in openshift #351

tguthurti opened this issue May 6, 2022 · 1 comment

Comments

@tguthurti
Copy link

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
Copy link
Member

jkremser commented May 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants