0

I am running jenkins in eks cluster. Till yesterday it worked, but today when I want to change any configuration in the jenkins system configuration page, it is not saving anything and page is also not loading properly.

Below is the log I got from the jenkins pod. Log file github link

I tried to paste here but character limit exceeded.

Could you please suggest what need to be fixed?

6
  • Check file permissions. See what user jenkins runs as, then check if the dirs and files indeed grant access to said user.
    – bviktor
    Commented Mar 21, 2023 at 16:29
  • it is running in kubernetes container, so permission should not be an issue right Commented Mar 21, 2023 at 17:07
  • Why? Kubernetes is not exempt from file permissions. Unless absolutely everything is run as root, that is.
    – bviktor
    Commented Mar 21, 2023 at 17:11
  • it is used to work earlier, only since yesterday getting this error.If it is permissions, it should not work before also right? And using the official image only hub.docker.com/r/jenkinsci/jenkins There it defaults to jenkins user. Even when I try to access the shell of pod and try to run sudo, gets error as sudo command not found. Commented Mar 21, 2023 at 18:11
  • Right, then don't try to figure out what's wrong :) Because it used to work. And FYI sudo is not installed by default in most distro containers, so that doesn't seem abnormal to me.
    – bviktor
    Commented Mar 21, 2023 at 19:09

0

You must log in to answer this question.

Browse other questions tagged .