devops-labs
devops-labs copied to clipboard
Jenkins Reliability
I am having an issue were when the lab is provisioned It has an issue provisioning the Jenkins pod. If I try to do this using the service catalog, it also remains pending. When I try to deploy manual, I get the following error:
oc rollout latest dc/jenkins Error from server (BadRequest): cannot trigger a deployment for "jenkins" because it contains unresolved images
Not sure if this is related but I just ran through the lab (v3.10) on RHDPS and had an issue where the Jenkins pod runs but does not come ready (1/1) and eventually times out. I noticed it was running really slow so I increased the default cpu limit from 500m to 2000m and it fixed the issue. The Jenkins pod seems really cpu intensive when it starts up.