kubernetes - We are deploying Open Loyalty on to Google Cloud and we are receiving a Yarn error? -


we installing open loyalty program on google cloud. please google open loyalty divante ltd.

we have been trying deploy application on google cloud using kubernetes. instance used deploy application contains debian v4.9 os. , installed docker, gcloud, kubernetes , kompose tools deployment. built 2 docker images frontend , backend , linked them docker-compose file. in frontend image, used (node:5) image docker hub in dockerfile of frontend.

we changed docker-compose file seen below: enter image description here

after changing docker-compose file, ran “kompose up” within same directory. created deployment , service ‘yaml’ file , proceeded run it. have pods given below, frontend pod shows error , logs.enter image description here

it says yarn not found. when execute same process on local machine, works expected.

we trying seek google support , suggestions highly appreciated.

yarn available node:6. front-end image old.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -