jenkins-x / jx-pipelines-visualizer

an open source pipeline visualiser for Jenkins X
MIT License
41 stars 35 forks source link

Jenkins X pipeline visualizer pod is crashing (Back-off restarting failed container) #151

Open oh-rajendra opened 1 year ago

oh-rajendra commented 1 year ago

Back-off restarting failed container jx-pipelines-visualizer in pod jx-pipelines-visualizer-6764bd954-nnpjg_jx(ccd89213-fc71-4a3c-b815-987cf0c3e1ad)-6764bd954-nnpjg_jx(ccd89213-fc71-4a3c-b815-987cf0c3e1ad)

image

Also what are the log levels provided by pipeline visualizer

vbehar commented 1 year ago

Hi,

the allowed log levels are: trace, debug, info, warn(ing), error, fatal or panic you can change the log level through the config.logLevel helm chart value - https://github.com/jenkins-x/jx-pipelines-visualizer/blob/master/charts/jx-pipelines-visualizer/values.yaml#L20

can you please also copy/paste here the container logs? you may have to request the logs for the previous container, with the "-p" option (kubectl logs -p ...)

thanks!