You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> k get pods -n marketplace
NAME READY STATUS RESTARTS AGE
verdaccio-95887d8-ddwerm2 1/1 Running 71 114d
Noticing frequent pods restart with below logs, we are running this as a cron job in argo worflow it exits with below logs in the first attempts and manages to run successfully in the second attempt.
Container events:
time="2022-05-09T02:30:04.616Z" level=info msg="capturing logs" argo=true
argopm install <package>
npm WARN using --force I sure hope you know what you are doing.
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://npm.community>
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-05-09T02_30_57_963Z-debug.log
Error: exit status 1
Is this due to running only a single replica considering the utilisation as it has high usage or some misconfiguration that is causing this. Liveliness is failing as well with error -
Liveness probe failed: Get "http://10.0.0.229:4873/-/ping": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
ENVIRONMENT:
helm: verdaccio/verdaccio: 4.8.1
Noticing frequent pods restart with below logs, we are running this as a cron job in argo worflow it exits with below logs in the first attempts and manages to run successfully in the second attempt.
Container events:
Is this due to running only a single replica considering the utilisation as it has high usage or some misconfiguration that is causing this. Liveliness is failing as well with error -
Liveness probe failed: Get "http://10.0.0.229:4873/-/ping": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Config:
The text was updated successfully, but these errors were encountered: