apacheignite/web-console-backend image having an issue "Waiting: CrashLoopBackOff "

7/23/2019

apacheignite/web-console-backend image having an issue "Waiting: CrashLoopBackOff "error:- enoent ENOENT: no such file or directory, open '/opt/web-console/package.json'. Do we have any other image?

-- gaurav agnihotri
ignite
kubernetes

2 Answers

7/23/2019

Try apacheignite/web-console-backend:2.6.0 if you don't mind using a little bit older version. For me it worked fine. Only 2.7.0 ( currently latest ) seems to have this issue.

-- mario
Source: StackOverflow

7/23/2019

You can try to use previous version of docker image 2.6.0, it should be compatible with Ignite version 2.6 and below.

I've reproduced the issue by using docker-compose and created a ticket in Ignite JIRA for that: https://issues.apache.org/jira/browse/IGNITE-12007

-- Igor Belyakov
Source: StackOverflow