Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins Master Boot Loop #571

Closed
blackHatMonkey opened this issue Jun 6, 2021 · 20 comments
Closed

Jenkins Master Boot Loop #571

blackHatMonkey opened this issue Jun 6, 2021 · 20 comments
Labels
bug Something isn't working

Comments

@blackHatMonkey
Copy link

Describe the bug
The Jenkins master pod restarts every second. This id due to the operator detecting a environment change. I'm not sure if this is a duplicate of #570 but my Kubernetes version is different.

To Reproduce

helm install jenkins-operator jenkins/jenkins-operator

Additional information

Kubernetes version: 1.20.7
Jenkins Operator version: 0.4.3
Platform: AKS

Add error logs about the problem here (operator logs and Kubernetes events).
Operator Logs

2021-06-06T14:24:47.794Z	INFO	controller-jenkins.cmd	manager/main.go:55	Version: v0.5.0
2021-06-06T14:24:47.794Z	INFO	controller-jenkins.cmd	manager/main.go:56	Git commit: fe81e5a
2021-06-06T14:24:47.794Z	INFO	controller-jenkins.cmd	manager/main.go:57	Go Version: go1.14.2
2021-06-06T14:24:47.794Z	INFO	controller-jenkins.cmd	manager/main.go:58	Go OS/Arch: linux/amd64
2021-06-06T14:24:47.794Z	INFO	controller-jenkins.cmd	manager/main.go:59	operator-sdk Version: v0.17.0
2021-06-06T14:24:47.794Z	INFO	controller-jenkins.cmd	manager/main.go:85	Watch namespace: default
2021-06-06T14:24:47.794Z	INFO	leader	leader/leader.go:46	Trying to become the leader.
2021-06-06T14:24:48.569Z	INFO	leader	leader/leader.go:88	No pre-existing lock was found.
2021-06-06T14:24:48.583Z	INFO	leader	leader/leader.go:108	Became the leader.
2021-06-06T14:24:49.339Z	INFO	controller-runtime.metrics	metrics/listener.go:40	metrics server is starting to listen	{"addr": "0.0.0.0:8383"}
2021-06-06T14:24:49.340Z	INFO	controller-jenkins.cmd	manager/main.go:110	Registering Components.
2021-06-06T14:24:56.921Z	WARN	controller-jenkins.cmd	manager/main.go:155	Could not generate and serve custom resource metrics	{"error": "discovering resource information failed for Route in route.openshift.io/v1: apiVersion route.openshift.io/v1 and kind Route not found available in Kubernetes cluster"}
2021-06-06T14:24:57.725Z	INFO	metrics	metrics/metrics.go:97	Metrics Service object created	{"Service.Name": "jenkins-operator-metrics", "Service.Namespace": "default"}
2021-06-06T14:24:58.478Z	WARN	controller-jenkins.cmd	manager/main.go:174	Could not create ServiceMonitor object	{"error": "no ServiceMonitor registered with the API"}
2021-06-06T14:24:58.478Z	WARN	controller-jenkins.cmd	manager/main.go:178	Install prometheus-operator in your cluster to create ServiceMonitor objects	{"error": "no ServiceMonitor registered with the API"}
2021-06-06T14:24:58.478Z	INFO	controller-jenkins.cmd	manager/main.go:182	Starting the Cmd.
2021-06-06T14:24:58.479Z	INFO	controller-runtime.manager	manager/internal.go:356	starting metrics server	{"path": "/metrics"}
2021-06-06T14:24:58.479Z	INFO	controller-runtime.controller	controller/controller.go:164	Starting EventSource	{"controller": "jenkins-controller", "source": "kind source: jenkins.io/v1alpha2, Kind=Jenkins"}
2021-06-06T14:24:58.479Z	INFO	controller-runtime.controller	controller/controller.go:164	Starting EventSource	{"controller": "jenkinsimage-controller", "source": "kind source: /, Kind="}
2021-06-06T14:24:58.580Z	INFO	controller-runtime.controller	controller/controller.go:164	Starting EventSource	{"controller": "jenkins-controller", "source": "kind source: core/v1, Kind=Pod"}
2021-06-06T14:24:58.580Z	INFO	controller-runtime.controller	controller/controller.go:164	Starting EventSource	{"controller": "jenkinsimage-controller", "source": "kind source: /, Kind="}
2021-06-06T14:24:58.680Z	INFO	controller-runtime.controller	controller/controller.go:164	Starting EventSource	{"controller": "jenkins-controller", "source": "kind source: core/v1, Kind=Secret"}
2021-06-06T14:24:58.680Z	INFO	controller-runtime.controller	controller/controller.go:164	Starting EventSource	{"controller": "jenkinsimage-controller", "source": "kind source: /, Kind="}
2021-06-06T14:24:58.781Z	INFO	controller-runtime.controller	controller/controller.go:164	Starting EventSource	{"controller": "jenkins-controller", "source": "kind source: core/v1, Kind=Secret"}
2021-06-06T14:24:58.781Z	INFO	controller-runtime.controller	controller/controller.go:171	Starting Controller	{"controller": "jenkinsimage-controller"}
2021-06-06T14:24:58.781Z	INFO	controller-runtime.controller	controller/controller.go:164	Starting EventSource	{"controller": "jenkins-controller", "source": "kind source: core/v1, Kind=ConfigMap"}
2021-06-06T14:24:58.781Z	INFO	controller-runtime.controller	controller/controller.go:190	Starting workers	{"controller": "jenkinsimage-controller", "worker count": 1}
2021-06-06T14:24:58.782Z	INFO	controller-runtime.controller	controller/controller.go:171	Starting Controller	{"controller": "jenkins-controller"}
2021-06-06T14:24:58.782Z	INFO	controller-runtime.controller	controller/controller.go:190	Starting workers	{"controller": "jenkins-controller", "worker count": 1}
2021-06-06T14:24:58.883Z	WARN	controller-jenkins	jenkins/jenkins_controller.go:228	Validation of base configuration failed, please correct Jenkins CR.	{"cr": "example"}
2021-06-06T14:24:58.883Z	WARN	controller-jenkins	jenkins/jenkins_controller.go:230	PersistentVolumeClaim 'jenkins-example' not found for volume '{backup {nil nil nil nil nil nil nil nil nil &PersistentVolumeClaimVolumeSource{ClaimName:jenkins-example,ReadOnly:false,} nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil}}'	{"cr": "example"}
2021-06-06T14:24:58.883Z	INFO	controller-jenkins	jenkins/jenkins_controller.go:367	Setting default Jenkins container command	{"cr": "jenkins"}
2021-06-06T14:24:58.883Z	INFO	controller-jenkins	jenkins/jenkins_controller.go:372	Setting default Jenkins container JAVA_OPTS environment variable	{"cr": "jenkins"}
2021-06-06T14:24:58.883Z	INFO	controller-jenkins	jenkins/jenkins_controller.go:390	Setting default Jenkins master service	{"cr": "jenkins"}
2021-06-06T14:24:58.883Z	INFO	controller-jenkins	jenkins/jenkins_controller.go:402	Setting default Jenkins slave service	{"cr": "jenkins"}
2021-06-06T14:24:58.883Z	INFO	controller-jenkins	jenkins/jenkins_controller.go:468	Setting default container resource requirements	{"cr": "jenkins", "container": "backup"}
2021-06-06T14:24:58.883Z	INFO	controller-jenkins	jenkins/jenkins_controller.go:432	Setting default Jenkins API settings	{"cr": "jenkins"}
2021-06-06T14:24:58.906Z	INFO	controller-jenkins	jenkins/handler.go:88	*v1alpha2.Jenkins/jenkins has been updated	{"cr": "jenkins"}
2021-06-06T14:24:59.369Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:24:59.596Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:24:59.596Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:24:59.596Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:24:59.777Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:24:59.985Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:24:59.985Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:24:59.985Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:00.159Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:00.390Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:00.390Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:00.390Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:00.592Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:00.812Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:00.812Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:00.812Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:00.977Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:01.208Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:01.208Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:01.208Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:01.417Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:01.659Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:01.659Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:01.659Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:01.832Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:02.032Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:02.032Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:02.032Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:02.224Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:02.523Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:02.523Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:02.523Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:04.890Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:05.123Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:05.123Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:05.123Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:11.601Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:11.859Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:11.859Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:11.859Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:21.601Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:21.861Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:21.861Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:21.861Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}
2021-06-06T14:25:31.605Z	INFO	controller-jenkins	base/pod.go:159	Creating a new Jenkins Master Pod default/jenkins-jenkins	{"cr": "jenkins"}
2021-06-06T14:25:31.808Z	INFO	controller-jenkins	base/pod.go:210	Jenkins master pod restarted by operator:	{"cr": "jenkins"}
2021-06-06T14:25:31.808Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'	{"cr": "jenkins"}
2021-06-06T14:25:31.808Z	INFO	controller-jenkins	base/pod.go:210	Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'	{"cr": "jenkins"}

Events Log

LAST SEEN   TYPE      REASON                   OBJECT                                                      MESSAGE
56m         Warning                            jenkins/example                                             Validation of base configuration failed, please correct Jenkins CR.
80s         Warning                            jenkins/example                                             Validation of base configuration failed, please correct Jenkins CR.
56m         Normal    WaitForFirstConsumer     persistentvolumeclaim/jenkins-backup                        waiting for first consumer to be created before binding
56m         Normal    ProvisioningSucceeded    persistentvolumeclaim/jenkins-backup                        Successfully provisioned volume pvc-695803d8-4345-416c-abd3-e50b70be259b using kubernetes.io/azure-disk
45m         Normal    WaitForFirstConsumer     persistentvolumeclaim/jenkins-backup                        waiting for first consumer to be created before binding
39m         Normal    WaitForFirstConsumer     persistentvolumeclaim/jenkins-backup                        waiting for first consumer to be created before binding
23m         Normal    WaitForFirstConsumer     persistentvolumeclaim/jenkins-backup                        waiting for first consumer to be created before binding
93s         Normal    WaitForFirstConsumer     persistentvolumeclaim/jenkins-backup                        waiting for first consumer to be created before binding
76s         Normal    ProvisioningSucceeded    persistentvolumeclaim/jenkins-backup                        Successfully provisioned volume pvc-a4d333dc-a9fe-4399-b626-85b550ca4f56 using kubernetes.io/azure-disk
60m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-t9nx5 backup jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-t9nx5 backup jenkins-home scripts init-configuration]: timed out waiting for the condition
59m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9 jenkins-home], unattached volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9 jenkins-home]: timed out waiting for the condition
59m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-operator-jenkins-token-xljn9 jenkins-home scripts init-configuration operator-credentials], unattached volumes=[jenkins-operator-jenkins-token-xljn9 jenkins-home scripts init-configuration operator-credentials]: timed out waiting for the condition
59m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9 jenkins-home scripts], unattached volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9 jenkins-home scripts]: timed out waiting for the condition
58m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9]: timed out waiting for the condition
58m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9 jenkins-home], unattached volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9 jenkins-home]: timed out waiting for the condition
58m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9 jenkins-home scripts], unattached volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-xljn9 jenkins-home scripts]: timed out waiting for the condition
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         running PreBind plugin "VolumeBinding": binding volumes: pod does not exist any more: pod "jenkins-jenkins" not found
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         running PreBind plugin "VolumeBinding": binding volumes: pod does not exist any more: pod "jenkins-jenkins" not found
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         running PreBind plugin "VolumeBinding": binding volumes: pod does not exist any more: pod "jenkins-jenkins" not found
56m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000001
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         binding rejected: running Bind plugin "DefaultBinder": Operation cannot be fulfilled on pods/binding "jenkins-jenkins": pod jenkins-jenkins is being deleted, cannot be assigned to a host
56m         Warning   FailedScheduling         pod/jenkins-jenkins                                         binding rejected: running Bind plugin "DefaultBinder": Operation cannot be fulfilled on pods/binding "jenkins-jenkins": pod jenkins-jenkins is being deleted, cannot be assigned to a host
56m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
56m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
56m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
56m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 1.08628761s
56m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
56m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
56m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
56m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
56m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 696.087221ms
56m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
56m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
56m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
56m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 622.459589ms
56m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
56m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 13.487267995s
56m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
56m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
56m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
56m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 504.9846ms
56m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
56m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 520.253216ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 543.877312ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 509.296969ms
55m         Normal    Created                  pod/jenkins-jenkins                                         Created container jenkins-master
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: failed to create containerd task: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:338: getting the final child's pid from pipe caused: EOF: unknown
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Warning   FailedCreatePodSandBox   pod/jenkins-jenkins                                         Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox container task "f7812cad0433393399f37623c0f5be304d8006c1e1e9a1695b8d4a0e5629bbd4": OCI runtime start failed: cannot start a container that has stopped: unknown
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 756.755661ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 824.304536ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 846.417318ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 901.503623ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 799.998125ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 757.68626ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 928.150856ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 958.467747ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
55m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
55m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
55m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
55m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 775.712193ms
55m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
54m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
54m         Warning   FailedCreatePodSandBox   pod/jenkins-jenkins                                         Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox container task "623b84d5acfcd74fa82ba33000953916abc2bd4e1475dd5bf8e9db67c4ac6f91": OCI runtime start failed: cannot start a container that has stopped: unknown
54m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
54m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
54m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
54m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
54m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
54m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
54m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
54m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 561.916116ms
54m         Normal    Created                  pod/jenkins-jenkins                                         Created container jenkins-master
54m         Warning   Failed                   pod/jenkins-jenkins                                         Error: failed to create containerd task: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: rootfs_linux.go:59: mounting "/var/lib/kubelet/pods/da258baa-85b9-44c2-b869-4158d558ab09/volumes/kubernetes.io~empty-dir/jenkins-home" to rootfs at "/var/lib/jenkins" caused: stat /var/lib/kubelet/pods/da258baa-85b9-44c2-b869-4158d558ab09/volumes/kubernetes.io~empty-dir/jenkins-home: no such file or directory: unknown
54m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts], unattached volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts]: timed out waiting for the condition
53m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
53m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
53m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
53m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
53m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 725.43353ms
53m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
53m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
53m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts], unattached volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts]: timed out waiting for the condition
53m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
53m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
53m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
53m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
53m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 541.504128ms
53m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
53m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
53m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
53m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
53m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
52m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
52m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
52m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
52m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 543.68143ms
52m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
52m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
52m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
52m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home], unattached volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home]: timed out waiting for the condition
52m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
52m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home], unattached volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home]: timed out waiting for the condition
52m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
52m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
52m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 517.426136ms
52m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
52m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials], unattached volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials]: timed out waiting for the condition
52m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
52m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
52m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
52m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials], unattached volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials]: timed out waiting for the condition
52m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts], unattached volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts]: timed out waiting for the condition
51m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
51m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
51m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 784.822361ms
51m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
51m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
51m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Warning   FailedCreatePodSandBox   pod/jenkins-jenkins                                         Failed to create pod sandbox: rpc error: code = Unknown desc = failed to create containerd task: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: read init-p: connection reset by peer: unknown
51m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
51m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
51m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
51m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
51m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 986.82114ms
51m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
51m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
51m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
51m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 514.559139ms
51m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
51m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
51m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 561.120331ms
51m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
51m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
51m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
50m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
50m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials], unattached volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials]: timed out waiting for the condition
50m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
50m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
50m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
50m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 581.086871ms
50m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
50m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
50m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
50m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
50m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 681.695444ms
50m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
50m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
50m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials], unattached volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials]: timed out waiting for the condition
50m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
50m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
50m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
50m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
50m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
50m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
50m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
50m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 814.404583ms
50m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
50m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
50m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
49m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
49m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
49m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
49m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
49m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 516.33949ms
49m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
49m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
49m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
49m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
49m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 575.086233ms
49m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
49m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
49m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
49m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
49m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
49m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
49m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
49m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
49m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home], unattached volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home]: timed out waiting for the condition
48m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
48m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials], unattached volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials]: timed out waiting for the condition
48m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
48m         Normal    Pulling                  pod/jenkins-jenkins                                         Pulling image "jenkins/jenkins:2.263.3-lts-alpine"
48m         Normal    Pulled                   pod/jenkins-jenkins                                         Successfully pulled image "jenkins/jenkins:2.263.3-lts-alpine" in 564.109415ms
48m         Warning   Failed                   pod/jenkins-jenkins                                         Error: cannot find volume "jenkins-home" to mount into container "jenkins-master"
48m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
48m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
48m         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-695803d8-4345-416c-abd3-e50b70be259b"
48m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
48m         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
48m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts], unattached volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts]: timed out waiting for the condition
48m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
48m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials], unattached volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials]: timed out waiting for the condition
47m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
47m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
47m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
47m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
47m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh], unattached volumes=[jenkins-home scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh]: timed out waiting for the condition
46m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration], unattached volumes=[operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration]: timed out waiting for the condition
46m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials], unattached volumes=[jenkins-operator-jenkins-token-4rxnh jenkins-home scripts init-configuration operator-credentials]: timed out waiting for the condition
46m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home], unattached volumes=[scripts init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home]: timed out waiting for the condition
46m         Warning   FailedMount              pod/jenkins-jenkins                                         Unable to attach or mount volumes: unmounted volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts], unattached volumes=[init-configuration operator-credentials jenkins-operator-jenkins-token-4rxnh jenkins-home scripts]: timed out waiting for the condition
78s         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
78s         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
78s         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
78s         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
78s         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
78s         Warning   FailedScheduling         pod/jenkins-jenkins                                         running PreBind plugin "VolumeBinding": binding volumes: pod does not exist any more: pod "jenkins-jenkins" not found
77s         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
77s         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
77s         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
77s         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
77s         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
77s         Warning   FailedScheduling         pod/jenkins-jenkins                                         0/3 nodes are available: 1 Insufficient cpu, 2 node(s) didn't find available persistent volumes to bind.
76s         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
76s         Warning   FailedScheduling         pod/jenkins-jenkins                                         running PreBind plugin "VolumeBinding": binding volumes: pod does not exist any more: pod "jenkins-jenkins" not found
76s         Warning   FailedScheduling         pod/jenkins-jenkins                                         skip schedule deleting pod: default/jenkins-jenkins
76s         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000001
74s         Warning   FailedScheduling         pod/jenkins-jenkins                                         binding rejected: running Bind plugin "DefaultBinder": Operation cannot be fulfilled on pods/binding "jenkins-jenkins": pod jenkins-jenkins is being deleted, cannot be assigned to a host
75s         Warning   FailedScheduling         pod/jenkins-jenkins                                         binding rejected: running Bind plugin "DefaultBinder": Operation cannot be fulfilled on pods/binding "jenkins-jenkins": pod jenkins-jenkins is being deleted, cannot be assigned to a host
73s         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
66s         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
65s         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-a4d333dc-a9fe-4399-b626-85b550ca4f56"
56s         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
46s         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
36s         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
26s         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
26s         Normal    SuccessfulAttachVolume   pod/jenkins-jenkins                                         AttachVolume.Attach succeeded for volume "pvc-a4d333dc-a9fe-4399-b626-85b550ca4f56"
16s         Normal    Scheduled                pod/jenkins-jenkins                                         Successfully assigned default/jenkins-jenkins to aks-agentpool-12512888-vmss000002
92s         Normal    Scheduled                pod/jenkins-operator-6f689fddc9-s5m9k                       Successfully assigned default/jenkins-operator-6f689fddc9-s5m9k to aks-agentpool-12512888-vmss000002
92s         Normal    Pulled                   pod/jenkins-operator-6f689fddc9-s5m9k                       Container image "virtuslab/jenkins-operator:v0.5.0" already present on machine
91s         Normal    Created                  pod/jenkins-operator-6f689fddc9-s5m9k                       Created container jenkins-operator
91s         Normal    Started                  pod/jenkins-operator-6f689fddc9-s5m9k                       Started container jenkins-operator
56m         Normal    Scheduled                pod/jenkins-operator-6f689fddc9-trmkf                       Successfully assigned default/jenkins-operator-6f689fddc9-trmkf to aks-agentpool-12512888-vmss000002
56m         Normal    Pulled                   pod/jenkins-operator-6f689fddc9-trmkf                       Container image "virtuslab/jenkins-operator:v0.5.0" already present on machine
56m         Normal    Created                  pod/jenkins-operator-6f689fddc9-trmkf                       Created container jenkins-operator
56m         Normal    Started                  pod/jenkins-operator-6f689fddc9-trmkf                       Started container jenkins-operator
48m         Normal    Killing                  pod/jenkins-operator-6f689fddc9-trmkf                       Stopping container jenkins-operator
56m         Normal    SuccessfulCreate         replicaset/jenkins-operator-6f689fddc9                      Created pod: jenkins-operator-6f689fddc9-trmkf
92s         Normal    SuccessfulCreate         replicaset/jenkins-operator-6f689fddc9                      Created pod: jenkins-operator-6f689fddc9-s5m9k
56m         Normal    ScalingReplicaSet        deployment/jenkins-operator                                 Scaled up replica set jenkins-operator-6f689fddc9 to 1
92s         Normal    ScalingReplicaSet        deployment/jenkins-operator                                 Scaled up replica set jenkins-operator-6f689fddc9 to 1
51m         Normal                             jenkins/jenkins                                             Creating a new Jenkins Master Pod
56m         Normal                             jenkins/jenkins                                             Jenkins master pod restarted by operator:; Jenkins Operator version has changed; Jenkins CR has been replaced; Env has changed
56m         Normal                             jenkins/jenkins                                             Jenkins master pod restarted by operator: Env has changed
37s         Normal                             jenkins/jenkins                                             Creating a new Jenkins Master Pod
47s         Normal                             jenkins/jenkins                                             Jenkins master pod restarted by operator:; Env has changed; Env has changed
17m         Warning   VolumeFailedDelete       persistentvolume/pvc-c597d05a-8308-446b-8053-d80ab51941d6   failed to delete disk(/subscriptions/6c2b35a4-2c9b-42b9-8bd2-f02dc1f57ebb/resourceGroups/mc_rg-devopstools-hub-001_aks-devopstools-hub-001_canadacentral/providers/Microsoft.Compute/disks/kubernetes-dynamic-pvc-c597d05a-8308-446b-8053-d80ab51941d6) since it's in attaching or detaching state
18m         Warning   VolumeFailedDelete       persistentvolume/pvc-c8f76439-0229-4c94-ab6c-b9eaab96ac45   disk(/subscriptions/6c2b35a4-2c9b-42b9-8bd2-f02dc1f57ebb/resourceGroups/mc_rg-devopstools-hub-001_aks-devopstools-hub-001_canadacentral/providers/Microsoft.Compute/disks/kubernetes-dynamic-pvc-c8f76439-0229-4c94-ab6c-b9eaab96ac45) already attached to node(/subscriptions/6c2b35a4-2c9b-42b9-8bd2-f02dc1f57ebb/resourceGroups/MC_rg-devopstools-hub-001_aks-devopstools-hub-001_canadacentral/providers/Microsoft.Compute/virtualMachineScaleSets/aks-agentpool-12512888-vmss/virtualMachines/aks-agentpool-12512888-vmss_2), could not be deleted
@blackHatMonkey blackHatMonkey added the bug Something isn't working label Jun 6, 2021
@blackHatMonkey
Copy link
Author

Trying the latest build 38fcdf5 fails to bring up the operator.

Events:
  Type     Reason     Age                    From               Message
  ----     ------     ----                   ----               -------
  Normal   Scheduled  6m45s                  default-scheduler  Successfully assigned default/jenkins-operator-558768fb69-chb5f to aks-agentpool-12512888-vmss000002
  Normal   Pulling    6m45s                  kubelet            Pulling image "virtuslab/jenkins-operator:38fcdf5"
  Normal   Pulled     6m42s                  kubelet            Successfully pulled image "virtuslab/jenkins-operator:38fcdf5" in 2.798836875s
  Normal   Created    5m18s (x5 over 6m41s)  kubelet            Created container jenkins-operator
  Normal   Pulled     5m18s (x4 over 6m40s)  kubelet            Container image "virtuslab/jenkins-operator:38fcdf5" already present on machine
  Warning  Failed     5m17s (x5 over 6m40s)  kubelet            Error: failed to create containerd task: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "jenkins-operator": executable file not found in $PATH: unknown
  Warning  BackOff    94s (x25 over 6m39s)   kubelet            Back-off restarting failed container

@Sig00rd
Copy link

Sig00rd commented Jun 8, 2021

Nightly build is not compatible with most recent released (0.4.3) version of the Helm chart.
You can try using the Helm chart from the master branch with the latest (nightly) jenkins-operator build, but before helm install-ing it, delete old crds (jenkins.jenkins.io and jenkinsimages.jenkins.io).

We've managed to get the operator and Jenkins working on minikube with kubernetes 1.20.7, most recent released Helm chart (chart v.0.4.3 with operator v0.5.0) by providing values.yaml with updated basePlugin versions (see below, they're the same as in master branch's Helm chart), and deleting the crds mentioned before, but this issue on kubernetes 1.20.7 might be AKS-specific (e.g. if AKS sets BoundServiceAccountTokenVolume feature gate by default), therefore using Helm chart from master branch might help.

Contents of values.yaml we've used:

jenkins:
  basePlugins:
  - name: kubernetes
    version: "1.29.4"
  - name: workflow-job
    version: "2.40"
  - name: workflow-aggregator
    version: "2.6"
  - name: git
    version: "4.6.0"
  - name: job-dsl
    version: "1.77"
  - name: configuration-as-code
    version: "1.51"
  - name: kubernetes-credentials-provider
    version: "0.18-1"

@blackHatMonkey
Copy link
Author

Tried with the chart on master and latest image:

2021-06-08T16:04:36.832Z        INFO    cmd     Version: v0.5.0
2021-06-08T16:04:36.832Z        INFO    cmd     Git commit: 38fcdf5
2021-06-08T16:04:36.832Z        INFO    cmd     Go Version: go1.15.6
2021-06-08T16:04:36.832Z        INFO    cmd     Go OS/Arch: linux/amd64
2021-06-08T16:04:36.832Z        INFO    cmd     Watch namespace: default
2021-06-08T16:04:37.541Z        INFO    controller-runtime.metrics      metrics server is starting to listen    {"addr": "0.0.0.0:8383"}
2021-06-08T16:04:37.547Z        INFO    cmd     starting manager
I0608 16:04:37.547676       1 leaderelection.go:243] attempting to acquire leader lease default/c674355f.jenkins.io...
2021-06-08T16:04:37.547Z        INFO    controller-runtime.manager      starting metrics server {"path": "/metrics"}
I0608 16:04:37.586106       1 leaderelection.go:253] successfully acquired lease default/c674355f.jenkins.io
2021-06-08T16:04:37.586Z        DEBUG   controller-runtime.manager.events       Normal  {"object": {"kind":"ConfigMap","namespace":"default","name":"c674355f.jenkins.io","uid":"ce88bbc8-81e0-4500-8657-a36089175bb1","apiVersion":"v1","resourceVersion":"3322534"}, "reason": "LeaderElection", "message": "test-jenkins-operator-69d9d8545c-8q8sv_9c99c260-222e-409d-b730-d2f91bc58d6d became leader"}
2021-06-08T16:04:37.586Z        DEBUG   controller-runtime.manager.events       Normal  {"object": {"kind":"Lease","namespace":"default","name":"c674355f.jenkins.io","uid":"840d852d-ac84-4930-9e4f-9daa8da7c987","apiVersion":"coordination.k8s.io/v1","resourceVersion":"3322535"}, "reason": "LeaderElection", "message": "test-jenkins-operator-69d9d8545c-8q8sv_9c99c260-222e-409d-b730-d2f91bc58d6d became leader"}
2021-06-08T16:04:37.586Z        INFO    controller-runtime.manager.controller.jenkins   Starting EventSource    {"reconciler group": "jenkins.io", "reconciler kind": "Jenkins", "source": "kind source: jenkins.io/v1alpha2, Kind=Jenkins"}
2021-06-08T16:04:37.686Z        INFO    controller-runtime.manager.controller.jenkins   Starting EventSource    {"reconciler group": "jenkins.io", "reconciler kind": "Jenkins", "source": "kind source: /, Kind="}
2021-06-08T16:04:37.787Z        INFO    controller-runtime.manager.controller.jenkins   Starting EventSource    {"reconciler group": "jenkins.io", "reconciler kind": "Jenkins", "source": "kind source: /, Kind="}
2021-06-08T16:04:37.888Z        INFO    controller-runtime.manager.controller.jenkins   Starting EventSource    {"reconciler group": "jenkins.io", "reconciler kind": "Jenkins", "source": "kind source: /, Kind="}
2021-06-08T16:04:37.989Z        INFO    controller-runtime.manager.controller.jenkins   Starting EventSource    {"reconciler group": "jenkins.io", "reconciler kind": "Jenkins", "source": "kind source: core/v1, Kind=Secret"}
2021-06-08T16:04:37.989Z        INFO    controller-runtime.manager.controller.jenkins   Starting EventSource    {"reconciler group": "jenkins.io", "reconciler kind": "Jenkins", "source": "kind source: core/v1, Kind=ConfigMap"}
2021-06-08T16:04:37.989Z        INFO    controller-runtime.manager.controller.jenkins   Starting EventSource    {"reconciler group": "jenkins.io", "reconciler kind": "Jenkins", "source": "kind source: jenkins.io/v1alpha2, Kind=Jenkins"}
2021-06-08T16:04:37.989Z        INFO    controller-runtime.manager.controller.jenkins   Starting Controller     {"reconciler group": "jenkins.io", "reconciler kind": "Jenkins"}
2021-06-08T16:04:37.989Z        INFO    controller-jenkins      *v1alpha2.Jenkins/jenkins was created   {"cr": "jenkins"}
2021-06-08T16:04:37.989Z        INFO    controller-runtime.manager.controller.jenkins   Starting workers        {"reconciler group": "jenkins.io", "reconciler kind": "Jenkins", "worker count": 1}
2021-06-08T16:04:37.989Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:37.989Z        INFO    controller-jenkins      Setting default Jenkins container command       {"cr": "jenkins"}
2021-06-08T16:04:37.990Z        INFO    controller-jenkins      Setting default Jenkins container JAVA_OPTS environment variable        {"cr": "jenkins"}
2021-06-08T16:04:37.990Z        INFO    controller-jenkins      Setting default Jenkins master service  {"cr": "jenkins"}
2021-06-08T16:04:37.990Z        INFO    controller-jenkins      Setting default Jenkins slave service   {"cr": "jenkins"}
2021-06-08T16:04:38.011Z        INFO    controller-jenkins      *v1alpha2.Jenkins/jenkins has been updated      {"cr": "jenkins"}
2021-06-08T16:04:38.012Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:38.126Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:38.140Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:38.148Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:38.199Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:38.199Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:38.199Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:38.299Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:38.328Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:38.429Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:38.573Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:38.602Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:38.602Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:38.602Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:04:38.635Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:38.635Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:38.654Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:38.672Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:38.704Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:38.704Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:38.704Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:38.704Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:38.743Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:38.743Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:38.755Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:38.767Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:38.767Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:38.767Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:04:38.767Z        INFO    controller-jenkins      Jenkins Operator version has changed, actual '' new 'v0.5.0'    {"cr": "jenkins"}
2021-06-08T16:04:38.767Z        INFO    controller-jenkins      Jenkins CR has been replaced    {"cr": "jenkins"}
2021-06-08T16:04:38.767Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:04:38.767Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:04:38.792Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:38.792Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:38.817Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:38.837Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:38.878Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:38.878Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:38.878Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:38.878Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:38.923Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:38.923Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:38.934Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:38.949Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:38.950Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:38.950Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:04:39.003Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:39.004Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:39.024Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:39.043Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.077Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.077Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:39.077Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:39.077Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:39.115Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:39.116Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:39.133Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:39.147Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:39.147Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:39.147Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:04:39.147Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:04:39.147Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:04:39.171Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:39.171Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:39.191Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:39.227Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.265Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.265Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:39.265Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:39.265Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:39.306Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:39.306Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:39.320Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:39.336Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:39.336Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:39.336Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:04:39.378Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:39.378Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:39.402Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:39.421Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.453Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.453Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:39.453Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:39.453Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:39.512Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:39.512Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:39.524Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:39.537Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:39.537Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:39.537Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:04:39.537Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:04:39.537Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:04:39.565Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:39.565Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:39.588Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:39.607Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.643Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.643Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:39.643Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:39.643Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:39.685Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:39.685Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:39.699Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:39.710Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:39.710Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:39.710Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:04:39.745Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:39.745Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:39.769Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:39.798Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.835Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:39.835Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:39.835Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:39.835Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:39.890Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:39.890Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:39.902Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:39.915Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:39.915Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:39.915Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:04:39.915Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:04:39.915Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:04:39.947Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:39.947Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:39.970Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:39.990Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.028Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.028Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:40.028Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:40.028Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:40.071Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:40.071Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:40.084Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:40.097Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:40.097Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:40.097Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:04:40.155Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:40.155Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:40.176Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:40.195Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.240Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.240Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:40.240Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:40.240Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:40.287Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:40.287Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:40.299Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:40.312Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:40.312Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:40.312Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:04:40.312Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:04:40.312Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:04:40.340Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:40.340Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:40.369Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:40.389Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.424Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.424Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:40.424Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:40.424Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:40.477Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:40.477Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:40.491Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:40.505Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:40.505Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:40.505Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:04:40.548Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:40.548Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:40.574Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:40.611Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.650Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.650Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:40.650Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:40.650Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:40.694Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:40.694Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:40.707Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:40.719Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:40.719Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:40.719Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:04:40.719Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:04:40.719Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:04:40.746Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:40.747Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:40.767Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:40.793Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.844Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:40.844Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:40.844Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:40.844Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:40.883Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:40.883Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:40.898Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:40.912Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:40.912Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:40.912Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:04:40.956Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:40.956Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:40.979Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:41.015Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:41.054Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:41.054Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:41.054Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:41.054Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:41.094Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:41.094Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:41.106Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:41.119Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:41.119Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:41.119Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:04:41.119Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:04:41.119Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:04:41.154Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:41.154Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:41.176Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:41.244Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:41.344Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:41.344Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:41.344Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:41.344Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:41.388Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:41.388Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:41.402Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:41.415Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:41.415Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:41.415Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:04:41.451Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:41.452Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:41.473Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:41.543Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:41.643Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:41.643Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:41.643Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:41.643Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:41.684Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:41.684Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:41.696Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:41.708Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:41.708Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:41.708Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:04:41.708Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:04:41.708Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:04:41.730Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:41.730Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:41.752Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:41.843Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:41.945Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:41.945Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:41.945Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:41.945Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:41.987Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:41.987Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:42.002Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:42.014Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:42.014Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:42.014Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:04:42.015Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:04:42.015Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:42.015Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:42.046Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:42.144Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:42.247Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:42.247Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:42.247Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:42.247Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:42.289Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:42.289Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:42.301Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:42.313Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:42.313Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:42.313Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:04:42.313Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:04:47.015Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:47.015Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:47.043Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:47.062Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:47.096Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:47.096Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:47.096Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:47.096Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:47.136Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:47.136Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:47.155Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:47.170Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:47.170Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:47.170Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:04:47.170Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:04:51.453Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:51.454Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:51.490Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:51.513Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:51.588Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:51.589Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:51.589Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:51.589Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:51.630Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:51.630Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:51.642Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:51.659Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:51.659Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:51.659Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:04:51.706Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:51.706Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:51.732Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:51.756Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:51.799Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:51.799Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:51.799Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:51.799Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:51.848Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:51.848Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:51.861Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:51.875Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:51.875Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:51.876Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:04:51.876Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:04:51.876Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:04:51.898Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:51.898Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:51.937Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:51.959Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:51.995Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:51.995Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:51.995Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:51.995Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:52.044Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:52.044Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:52.056Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:52.071Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:52.071Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:52.071Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:04:52.071Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:04:52.071Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:52.071Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:52.096Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:52.121Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:52.155Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:52.155Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:52.155Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:52.156Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:52.197Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:52.197Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:52.209Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:52.226Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:52.226Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:52.226Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:04:52.226Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:04:57.071Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:04:57.072Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:04:57.096Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:04:57.114Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:57.154Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:04:57.154Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:04:57.154Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:04:57.154Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:04:57.192Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:04:57.192Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:04:57.203Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:04:57.215Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:04:57.215Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:04:57.215Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:04:57.215Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:05:02.215Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:02.216Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:02.242Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:02.266Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:02.302Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:02.302Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:02.302Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:02.302Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:02.345Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:02.345Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:02.357Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:02.370Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:02.370Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:02.370Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:05:02.370Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:05:04.700Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:04.700Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:04.722Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:04.741Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:04.775Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:04.775Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:04.775Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:04.775Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:04.827Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:04.827Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:04.845Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:04.857Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:04.857Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:04.857Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:05:04.917Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:04.918Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:04.957Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:04.978Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:05.040Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:05.040Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:05.040Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:05.040Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:05.079Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:05.079Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:05.093Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:05.106Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:05.106Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:05.106Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:05:05.106Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:05:05.106Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:05:05.122Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:05.122Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:05.146Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:05.168Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:05.211Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:05.211Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:05.211Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:05.212Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:05.251Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:05.252Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:05.263Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:05.277Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:05.277Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:05.277Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:05:05.277Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:05:05.277Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:05.277Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:05.311Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:05.329Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:05.364Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:05.364Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:05.364Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:05.364Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:05.402Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:05.402Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:05.417Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:05.429Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:05.429Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:05.429Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:05:05.429Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:05:10.277Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:10.278Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:10.304Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:10.320Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:10.354Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:10.354Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:10.354Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:10.354Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:10.392Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:10.392Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:10.410Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:10.422Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:10.422Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:10.422Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:05:10.423Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:05:14.698Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:14.698Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:14.729Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:14.750Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:14.784Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:14.784Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:14.784Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:14.784Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:14.823Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:14.823Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:14.841Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:14.854Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:14.854Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:14.854Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-08T16:05:14.914Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:14.918Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:14.963Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:14.986Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:15.022Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:15.022Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:15.022Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:15.022Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:15.064Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:15.064Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:15.076Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:15.088Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:15.088Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:15.089Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-08T16:05:15.089Z        INFO    controller-jenkins      Env has changed to '[{Name:COPY_REFERENCE_FILE_LOG Value:/var/lib/jenkins/copy_reference_file.log ValueFrom:nil} {Name:JAVA_OPTS Value:-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true ValueFrom:nil} {Name:JENKINS_HOME Value:/var/lib/jenkins ValueFrom:nil}]' in container 'jenkins-master'  {"cr": "jenkins"}
2021-06-08T16:05:15.089Z        INFO    controller-jenkins      Env has changed to '[{Name:BACKUP_DIR Value:/backup ValueFrom:nil} {Name:JENKINS_HOME Value:/jenkins-home ValueFrom:nil} {Name:BACKUP_COUNT Value:3 ValueFrom:nil}]' in container 'backup'        {"cr": "jenkins"}
2021-06-08T16:05:15.107Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:15.108Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:15.133Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:15.153Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:15.194Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:15.194Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:15.194Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:15.194Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:15.252Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:15.252Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:15.265Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:15.277Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:15.277Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:15.277Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:05:15.277Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}
2021-06-08T16:05:15.277Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-08T16:05:15.278Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-08T16:05:15.309Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-08T16:05:15.327Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:15.368Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-08T16:05:15.368Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-08T16:05:15.368Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-08T16:05:15.368Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-08T16:05:15.424Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-08T16:05:15.424Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-08T16:05:15.436Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-08T16:05:15.447Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-08T16:05:15.447Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-08T16:05:15.448Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-08T16:05:15.448Z        DEBUG   controller-jenkins      Jenkins master pod is terminating       {"cr": "jenkins"}

@Sig00rd
Copy link

Sig00rd commented Jun 10, 2021

Could you paste here the output of kubectl get pod -o yaml and kubectl describe pod for your jenkins-jenkins and jenkins-operator pods?

@blackHatMonkey
Copy link
Author

@Sig00rd sorry for the delay.

apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2021-06-21T12:49:20Z"
  generateName: jenkins-operator-7cc7df6485-
  labels:
    app.kubernetes.io/instance: jenkins-operator
    app.kubernetes.io/name: jenkins-operator
    pod-template-hash: 7cc7df6485
  name: jenkins-operator-7cc7df6485-6dzlp
  namespace: default
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: jenkins-operator-7cc7df6485
    uid: c375a4de-241d-4850-823f-d52014aac858
  resourceVersion: "2247783"
  uid: 822cc459-85d6-4ff6-930b-bf1717ce9190
spec:
  containers:
  - command:
    - /manager
    env:
    - name: WATCH_NAMESPACE
      value: default
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: OPERATOR_NAME
      value: jenkins-operator
    image: virtuslab/jenkins-operator:v0.6.0
    imagePullPolicy: IfNotPresent
    name: jenkins-operator
    ports:
    - containerPort: 80
      name: http
      protocol: TCP
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: jenkins-operator-token-hzr2q
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: aks-agentpool-59928995-vmss000000
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: jenkins-operator
  serviceAccountName: jenkins-operator
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - name: jenkins-operator-token-hzr2q
    secret:
      defaultMode: 420
      secretName: jenkins-operator-token-hzr2q
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2021-06-21T12:49:21Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2021-06-21T12:49:24Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2021-06-21T12:49:24Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2021-06-21T12:49:20Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://5beb41069c765666f43c6ad2866156463283bd1c4ea932619a97e5407f49d259
    image: docker.io/virtuslab/jenkins-operator:v0.6.0
    imageID: docker.io/virtuslab/jenkins-operator@sha256:8e95e5349be3509cabe929dfe5efa28ed28975eb1741058d13e68004861e29ea
    lastState: {}
    name: jenkins-operator
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2021-06-21T12:49:24Z"
  hostIP: 10.240.0.4
  phase: Running
  podIP: 10.244.1.23
  podIPs:
  - ip: 10.244.1.23
  qosClass: BestEffort
  startTime: "2021-06-21T12:49:21Z"
apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2021-06-21T12:55:45Z"
  deletionGracePeriodSeconds: 30
  deletionTimestamp: "2021-06-21T12:56:16Z"
  labels:
    app: jenkins-operator
    jenkins-cr: jenkins
  name: jenkins-jenkins
  namespace: default
  ownerReferences:
  - apiVersion: jenkins.io/v1alpha2
    blockOwnerDeletion: true
    controller: true
    kind: Jenkins
    name: jenkins
    uid: 1d66758d-eb75-4c89-9bed-34ceb603639a
  resourceVersion: "2249493"
  uid: 762357f7-e128-441d-9242-32963769141f
spec:
  containers:
  - command:
    - bash
    - -c
    - /var/jenkins/scripts/init.sh && exec /sbin/tini -s -- /usr/local/bin/jenkins.sh
    env:
    - name: COPY_REFERENCE_FILE_LOG
      value: /var/lib/jenkins/copy_reference_file.log
    - name: JAVA_OPTS
      value: -XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false
        -Djava.awt.headless=true
    - name: JENKINS_HOME
      value: /var/lib/jenkins
    image: jenkins/jenkins:2.277.4-lts-alpine
    imagePullPolicy: Always
    livenessProbe:
      failureThreshold: 12
      httpGet:
        path: /login
        port: http
        scheme: HTTP
      initialDelaySeconds: 80
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 5
    name: jenkins-master
    ports:
    - containerPort: 8080
      name: http
      protocol: TCP
    - containerPort: 50000
      name: slavelistener
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /login
        port: http
        scheme: HTTP
      initialDelaySeconds: 30
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    resources:
      limits:
        cpu: 1500m
        memory: 3Gi
      requests:
        cpu: "1"
        memory: 500Mi
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/lib/jenkins
      name: jenkins-home
    - mountPath: /var/jenkins/scripts
      name: scripts
      readOnly: true
    - mountPath: /var/jenkins/init-configuration
      name: init-configuration
      readOnly: true
    - mountPath: /var/jenkins/operator-credentials
      name: operator-credentials
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: jenkins-operator-jenkins-token-5hvl5
      readOnly: true
  - env:
    - name: BACKUP_DIR
      value: /backup
    - name: JENKINS_HOME
      value: /jenkins-home
    - name: BACKUP_COUNT
      value: "3"
    image: virtuslab/jenkins-operator-backup-pvc:v0.1.0
    imagePullPolicy: IfNotPresent
    name: backup
    resources:
      limits:
        cpu: 1500m
        memory: 1Gi
      requests:
        cpu: 100m
        memory: 256Mi
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /jenkins-home
      name: jenkins-home
    - mountPath: /backup
      name: backup
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: jenkins-operator-jenkins-token-5hvl5
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: aks-agentpool-59928995-vmss000001
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Never
  schedulerName: default-scheduler
  securityContext:
    fsGroup: 1000
    runAsUser: 1000
  serviceAccount: jenkins-operator-jenkins
  serviceAccountName: jenkins-operator-jenkins
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  - effect: NoSchedule
    key: node.kubernetes.io/memory-pressure
    operator: Exists
  volumes:
  - emptyDir: {}
    name: jenkins-home
  - configMap:
      defaultMode: 511
      name: jenkins-operator-scripts-jenkins
    name: scripts
  - configMap:
      defaultMode: 420
      name: jenkins-operator-init-configuration-jenkins
    name: init-configuration
  - name: operator-credentials
    secret:
      defaultMode: 420
      secretName: jenkins-operator-credentials-jenkins
  - name: backup
    persistentVolumeClaim:
      claimName: jenkins-backup
  - name: jenkins-operator-jenkins-token-5hvl5
    secret:
      defaultMode: 420
      secretName: jenkins-operator-jenkins-token-5hvl5
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2021-06-21T12:55:45Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2021-06-21T12:55:45Z"
    message: 'containers with unready status: [jenkins-master backup]'
    reason: ContainersNotReady
    status: "False"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2021-06-21T12:55:45Z"
    message: 'containers with unready status: [jenkins-master backup]'
    reason: ContainersNotReady
    status: "False"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2021-06-21T12:55:45Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - image: virtuslab/jenkins-operator-backup-pvc:v0.1.0
    imageID: ""
    lastState: {}
    name: backup
    ready: false
    restartCount: 0
    started: false
    state:
      waiting:
        reason: ContainerCreating
  - image: jenkins/jenkins:2.277.4-lts-alpine
    imageID: ""
    lastState: {}
    name: jenkins-master
    ready: false
    restartCount: 0
    started: false
    state:
      waiting:
        reason: ContainerCreating
  hostIP: 10.240.0.5
  phase: Pending
  qosClass: Burstable
  startTime: "2021-06-21T12:55:45Z"
Name:         jenkins-operator-7cc7df6485-6dzlp
Namespace:    default
Priority:     0
Node:         aks-agentpool-59928995-vmss000000/10.240.0.4
Start Time:   Mon, 21 Jun 2021 08:49:21 -0400
Labels:       app.kubernetes.io/instance=jenkins-operator
              app.kubernetes.io/name=jenkins-operator
              pod-template-hash=7cc7df6485
Annotations:  <none>
Status:       Running
IP:           10.244.1.23
IPs:
  IP:           10.244.1.23
Controlled By:  ReplicaSet/jenkins-operator-7cc7df6485
Containers:
  jenkins-operator:
    Container ID:  containerd://5beb41069c765666f43c6ad2866156463283bd1c4ea932619a97e5407f49d259
    Image:         virtuslab/jenkins-operator:v0.6.0
    Image ID:      docker.io/virtuslab/jenkins-operator@sha256:8e95e5349be3509cabe929dfe5efa28ed28975eb1741058d13e68004861e29ea
    Port:          80/TCP
    Host Port:     0/TCP
    Command:
      /manager
    State:          Running
      Started:      Mon, 21 Jun 2021 08:49:24 -0400
    Ready:          True
    Restart Count:  0
    Environment:
      WATCH_NAMESPACE:  default
      POD_NAME:         jenkins-operator-7cc7df6485-6dzlp (v1:metadata.name)
      OPERATOR_NAME:    jenkins-operator
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from jenkins-operator-token-hzr2q (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  jenkins-operator-token-hzr2q:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  jenkins-operator-token-hzr2q
    Optional:    false
QoS Class:       BestEffort
Node-Selectors:  <none>
Tolerations:     node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                 node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason     Age    From               Message
  ----    ------     ----   ----               -------
  Normal  Scheduled  8m17s  default-scheduler  Successfully assigned default/jenkins-operator-7cc7df6485-6dzlp to aks-agentpool-59928995-vmss000000
  Normal  Pulling    8m17s  kubelet            Pulling image "virtuslab/jenkins-operator:v0.6.0"
  Normal  Pulled     8m15s  kubelet            Successfully pulled image "virtuslab/jenkins-operator:v0.6.0" in 2.00837252s
  Normal  Created    8m14s  kubelet            Created container jenkins-operator
  Normal  Started    8m14s  kubelet            Started container jenkins-operator
Name:                      jenkins-jenkins
Namespace:                 default
Priority:                  0
Node:                      aks-agentpool-59928995-vmss000001/10.240.0.5
Start Time:                Mon, 21 Jun 2021 08:58:05 -0400
Labels:                    app=jenkins-operator
                           jenkins-cr=jenkins
Annotations:               <none>
Status:                    Terminating (lasts <invalid>)
Termination Grace Period:  30s
IP:                        
IPs:                       <none>
Controlled By:             Jenkins/jenkins
Containers:
  jenkins-master:
    Container ID:  
    Image:         jenkins/jenkins:2.277.4-lts-alpine
    Image ID:      
    Ports:         8080/TCP, 50000/TCP
    Host Ports:    0/TCP, 0/TCP
    Command:
      bash
      -c
      /var/jenkins/scripts/init.sh && exec /sbin/tini -s -- /usr/local/bin/jenkins.sh
    State:          Waiting
      Reason:       ContainerCreating
    Ready:          False
    Restart Count:  0
    Limits:
      cpu:     1500m
      memory:  3Gi
    Requests:
      cpu:      1
      memory:   500Mi
    Liveness:   http-get http://:http/login delay=80s timeout=5s period=10s #success=1 #failure=12
    Readiness:  http-get http://:http/login delay=30s timeout=1s period=10s #success=1 #failure=3
    Environment:
      COPY_REFERENCE_FILE_LOG:  /var/lib/jenkins/copy_reference_file.log
      JAVA_OPTS:                -XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -Djenkins.install.runSetupWizard=false -Djava.awt.headless=true
      JENKINS_HOME:             /var/lib/jenkins
    Mounts:
      /var/jenkins/init-configuration from init-configuration (ro)
      /var/jenkins/operator-credentials from operator-credentials (ro)
      /var/jenkins/scripts from scripts (ro)
      /var/lib/jenkins from jenkins-home (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from jenkins-operator-jenkins-token-5hvl5 (ro)
  backup:
    Container ID:   
    Image:          virtuslab/jenkins-operator-backup-pvc:v0.1.0
    Image ID:       
    Port:           <none>
    Host Port:      <none>
    State:          Waiting
      Reason:       ContainerCreating
    Ready:          False
    Restart Count:  0
    Limits:
      cpu:     1500m
      memory:  1Gi
    Requests:
      cpu:     100m
      memory:  256Mi
    Environment:
      BACKUP_DIR:    /backup
      JENKINS_HOME:  /jenkins-home
      BACKUP_COUNT:  3
    Mounts:
      /backup from backup (rw)
      /jenkins-home from jenkins-home (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from jenkins-operator-jenkins-token-5hvl5 (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             False 
  ContainersReady   False 
  PodScheduled      True 
Volumes:
  jenkins-home:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  scripts:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      jenkins-operator-scripts-jenkins
    Optional:  false
  init-configuration:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      jenkins-operator-init-configuration-jenkins
    Optional:  false
  operator-credentials:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  jenkins-operator-credentials-jenkins
    Optional:    false
  backup:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  jenkins-backup
    ReadOnly:   false
  jenkins-operator-jenkins-token-5hvl5:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  jenkins-operator-jenkins-token-5hvl5
    Optional:    false
QoS Class:       Burstable
Node-Selectors:  <none>
Tolerations:     node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                 node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason     Age   From               Message
  ----    ------     ----  ----               -------
  Normal  Scheduled  6s    default-scheduler  Successfully assigned default/jenkins-jenkins to aks-agentpool-59928995-vmss000001

@blackHatMonkey
Copy link
Author

The above output is using the latest 0.6 version.

@blackHatMonkey
Copy link
Author

This is the operator logs:

2021-06-21T13:00:25.917Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-21T13:00:25.917Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-21T13:00:25.935Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-21T13:00:25.951Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:25.992Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:25.992Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-21T13:00:25.992Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-21T13:00:25.992Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-21T13:00:26.238Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-21T13:00:26.238Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-21T13:00:26.251Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-21T13:00:26.262Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-21T13:00:26.262Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-21T13:00:26.262Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-21T13:00:26.262Z        INFO    controller-jenkins      Jenkins Operator version has changed, actual '' new 'v0.6.0'    {"cr": "jenkins"}
2021-06-21T13:00:26.262Z        INFO    controller-jenkins      Jenkins CR has been replaced    {"cr": "jenkins"}
2021-06-21T13:00:26.276Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-21T13:00:26.277Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-21T13:00:26.295Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-21T13:00:26.312Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:26.358Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:26.360Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-21T13:00:26.360Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-21T13:00:26.360Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-21T13:00:26.605Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-21T13:00:26.605Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-21T13:00:26.616Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-21T13:00:26.626Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-21T13:00:26.626Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-21T13:00:26.626Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-21T13:00:26.627Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-21T13:00:26.627Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-21T13:00:26.648Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-21T13:00:26.665Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:26.700Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:26.700Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-21T13:00:26.700Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-21T13:00:26.700Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-21T13:00:26.910Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-21T13:00:26.910Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-21T13:00:26.922Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-21T13:00:26.932Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-21T13:00:26.932Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-21T13:00:26.933Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-21T13:00:35.524Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-21T13:00:35.524Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-21T13:00:35.555Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-21T13:00:35.571Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:35.655Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:35.655Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-21T13:00:35.655Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-21T13:00:35.655Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-21T13:00:35.883Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-21T13:00:35.883Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-21T13:00:35.894Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-21T13:00:35.904Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-21T13:00:35.904Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-21T13:00:35.904Z        INFO    controller-jenkins      Creating a new Jenkins Master Pod default/jenkins-jenkins       {"cr": "jenkins"}
2021-06-21T13:00:35.918Z        WARN    controller-jenkins      Reconcile loop failed 10 times with the same errors, giving up: jenkins.jenkins.io "jenkins" not found  {"cr": "jenkins"}
github.com/go-logr/zapr.(*zapLogger).Info
        /go/pkg/mod/github.com/go-logr/[email protected]/zapr.go:126
github.com/jenkinsci/kubernetes-operator/controllers.(*JenkinsReconciler).Reconcile
        /workspace/controllers/jenkins_controller.go:157
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
        /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:263
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
        /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:235
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1.1
        /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:198
k8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext.func1
        /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:185
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1
        /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:155
k8s.io/apimachinery/pkg/util/wait.BackoffUntil
        /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:156
k8s.io/apimachinery/pkg/util/wait.JitterUntil
        /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:133
k8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext
        /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:185
k8s.io/apimachinery/pkg/util/wait.UntilWithContext
        /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:99
2021-06-21T13:00:35.918Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-21T13:00:35.919Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-21T13:00:35.938Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-21T13:00:35.954Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:35.990Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:35.990Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-21T13:00:35.990Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-21T13:00:35.990Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-21T13:00:36.221Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-21T13:00:36.221Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-21T13:00:36.232Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-21T13:00:36.243Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-21T13:00:36.243Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-21T13:00:36.243Z        INFO    controller-jenkins      Jenkins master pod restarted by operator:       {"cr": "jenkins"}
2021-06-21T13:00:36.244Z        INFO    controller-jenkins      Jenkins Operator version has changed, actual '' new 'v0.6.0'    {"cr": "jenkins"}
2021-06-21T13:00:36.244Z        INFO    controller-jenkins      Jenkins CR has been replaced    {"cr": "jenkins"}
2021-06-21T13:00:36.258Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-21T13:00:36.258Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-21T13:00:36.277Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-21T13:00:36.293Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:36.327Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:36.327Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-21T13:00:36.327Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-21T13:00:36.327Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-21T13:00:36.545Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-21T13:00:36.545Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-21T13:00:36.556Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-21T13:00:36.567Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-21T13:00:36.567Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-21T13:00:36.567Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}
2021-06-21T13:00:36.567Z        DEBUG   controller-jenkins      Reconciling Jenkins     {"cr": "jenkins"}
2021-06-21T13:00:36.567Z        DEBUG   controller-jenkins      Operator credentials secret is present  {"cr": "jenkins"}
2021-06-21T13:00:36.585Z        DEBUG   controller-jenkins      Scripts config map is present   {"cr": "jenkins"}
2021-06-21T13:00:36.601Z        DEBUG   controller-jenkins      Init configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:36.643Z        DEBUG   controller-jenkins      Base configuration config map is present        {"cr": "jenkins"}
2021-06-21T13:00:36.643Z        DEBUG   controller-jenkins      GroovyScripts Secret and ConfigMap added watched labels {"cr": "jenkins"}
2021-06-21T13:00:36.643Z        DEBUG   controller-jenkins      ConfigurationAsCode Secret and ConfigMap added watched labels   {"cr": "jenkins"}
2021-06-21T13:00:36.643Z        DEBUG   controller-jenkins      createServiceAccount with annotations map[]     {"cr": "jenkins"}
2021-06-21T13:00:36.865Z        DEBUG   controller-jenkins      Service account, role and role binding are present      {"cr": "jenkins"}
2021-06-21T13:00:36.865Z        DEBUG   controller-jenkins      Extra role bindings are present {"cr": "jenkins"}
2021-06-21T13:00:36.875Z        DEBUG   controller-jenkins      Jenkins HTTP Service is present {"cr": "jenkins"}
2021-06-21T13:00:36.884Z        DEBUG   controller-jenkins      Jenkins slave Service is present        {"cr": "jenkins"}
2021-06-21T13:00:36.885Z        DEBUG   controller-jenkins      Kubernetes resources are present        {"cr": "jenkins"}
2021-06-21T13:00:36.885Z        DEBUG   controller-jenkins      Jenkins master pod is present   {"cr": "jenkins"}

@ambrons
Copy link

ambrons commented Jun 22, 2021

We are seeing the same issue with our EKS cluster (1.19.6).

#586

@rosscdh
Copy link

rosscdh commented Jun 30, 2021

+1 completely broken

also appears to be duplicate RBAC roles and bindings

@Sig00rd
Copy link

Sig00rd commented Jun 30, 2021

Did you delete old CRDs and apply new ones before upgrading from Operator version 0.5.0?

@prryb
Copy link
Collaborator

prryb commented Jun 30, 2021

Upgrading the operator-sdk caused some incompatibilities in CRDs between 0.5.0 and 0.6.0 versions of the operator. When upgrading old CRDs need to be removed and re-applied at the latest versions.

jenkins.jenkins.io "jenkins" not found {"cr": "jenkins"} – I've seen this kind of error when CRDs from 0.5.0 were left on the cluster.

@rosscdh
Copy link

rosscdh commented Jun 30, 2021

thanks i did see that but it was targetted at openshift users from how i read the message in the releases.

Will try again

@prryb
Copy link
Collaborator

prryb commented Jun 30, 2021

I've edited the release notes – it should be clearer now 🙂

@rosscdh
Copy link

rosscdh commented Jun 30, 2021

Thanks.. ps.. usually with a crd change the jenkins.io/v1alpha2 gets bumped?

@rosscdh
Copy link

rosscdh commented Jun 30, 2021

hmm ok so all spins up but now hitting


14
2021-06-30 12:25:10.404+0000 [id=354]	INFO	h.TcpSlaveAgentListener$ConnectionHandler#run: Connection #189 failed: java.io.EOFException
13

infinite.. service is up but the jsasc does not trigger

Thanks for the support btw and the app its a step up for sure :)

Perhaps related to

2021-06-30T12:27:53.032Z	WARN	controller-jenkins	seedJob `tes-poc-jobs` private key 'privateKey' invalid in secret 'jenkins-gitlab-ssh': failed to decode key: ssh: no key found	{"cr": "jenkins"}

this is a -----BEGIN OPENSSH PRIVATE KEY----- non RSA key tho but i thought this was fixed in the 0.6.0 release

@prryb
Copy link
Collaborator

prryb commented Jun 30, 2021

With regards to the CRD version, normally it would be bumped. This time there were no breaking changes in the actual API, we assumed that it would work, reality proved otherwise and we have to roll with it. Also, that's an alpha version, meaning that there may be breaking changes happening, once a more "stable" API release comes out it will have to be backward compatible to some degree.

Non-RSA SSH keys are fixed. Make sure your names are correct (credentialID should match metadata.name in the secret) and that the private key is under:

stringData:
  privateKey: |
    -----BEGIN RSA PRIVATE KEY-----
    (...)

For reference: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/

@rosscdh
Copy link

rosscdh commented Jun 30, 2021

Thanks jsut fyi this is a cluster thats been up and working fine for a good 4 months; so the keys themselves and the setup is fine :) was just hoping to use a newer ssh-keygen to keep up to date with ssh-keygen progress

@rosscdh
Copy link

rosscdh commented Jun 30, 2021

FYI:

  1. CRDs must be manualyl removed and re-deployed
  2. using external-secrets (aws SM) ssh keys must be 1 line with \n indicating newlines (json formatted pem)
  3. pem can be generated like:
ssh-keygen -t rsa -b 2048 -f ./jenkins-gitlab-ssh  -C "jenkins-gitlab-ssh"
ssh-keygen -p -f ./jenkins-gitlab-ssh -m pem

@dgilmanTORQATA
Copy link

Thanks to the hints here and in #586 I was able to sort out my crash loop after upgrading 0.4.0 -> 0.6.0. I had extra volumes configured in the Jenkins object that had to be removed. It was triggering an out-of-sync crash loop just like how extra environment variables are triggering crash loops.

@Sig00rd
Copy link

Sig00rd commented Jul 30, 2021

Closing this as it seems resolved. Thanks for your contributions everyone!

@Sig00rd Sig00rd closed this as completed Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants