Sign in
Log inSign up
Pavan Belagatti

2 likes

·

159 reads

1 comment

Jean-François Brodeur
Jean-François Brodeur
Jan 28, 2023

HI Pavan, I have a few error when doing your tutorial, I managed to change my minikube driver to docker but when I build my image I get: Step 5/8 : RUN npm install ---> Running in b048cf8b9915 npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN expapp@1.0.0 No description npm WARN expapp@1.0.0 No repository field.

but it says successful built 3cd4b35fa699 Successfully tagged mynode/app:latest

when running kubectl logs deployment.apps/nodeapp

I get Error from server (NotFound): deployments.apps "nodeapp" not found

What am I missing, thanks in advance Jean-François

·