Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1481325 Details for
Bug 1626062
Jenkins deploymentconfig does not recover on ImagePullBackoff
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Listings for the namespace
file_1626062.txt (text/plain), 15.04 KB, created by
Justin Pierce
on 2018-09-06 13:41:44 UTC
(
hide
)
Description:
Listings for the namespace
Filename:
MIME Type:
Creator:
Justin Pierce
Created:
2018-09-06 13:41:44 UTC
Size:
15.04 KB
patch
obsolete
>[root@starter-ca-central-1-master-692e9 ~]# oc describe pod >Name: jenkins-1-78sk4 >Namespace: jmp-test15 >Priority: 0 >PriorityClassName: <none> >Node: ip-172-31-24-229.ca-central-1.compute.internal/172.31.24.229 >Start Time: Tue, 04 Sep 2018 21:28:08 +0000 >Labels: deployment=jenkins-1 > deploymentconfig=jenkins > name=jenkins >Annotations: kubernetes.io/limit-ranger=LimitRanger plugin set: cpu request for container jenkins; cpu limit for container jenkins > openshift.io/deployment-config.latest-version=1 > openshift.io/deployment-config.name=jenkins > openshift.io/deployment.name=jenkins-1 > openshift.io/scc=restricted >Status: Pending >IP: 10.129.116.213 >Controlled By: ReplicationController/jenkins-1 >Containers: > jenkins: > Container ID: > Image: docker-registry.default.svc:5000/openshift/jenkins@sha256:d65ebea295cc48e65d4b954bf8da028034b34ef8ecab4e82c2be392a68b22d0e > Image ID: > Port: <none> > Host Port: <none> > State: Waiting > Reason: ImagePullBackOff > Ready: False > Restart Count: 0 > Limits: > cpu: 1 > memory: 512Mi > Requests: > cpu: 20m > memory: 256Mi > Liveness: http-get http://:8080/login delay=420s timeout=240s period=360s #success=1 #failure=2 > Readiness: http-get http://:8080/login delay=3s timeout=240s period=10s #success=1 #failure=3 > Environment: > OPENSHIFT_ENABLE_OAUTH: true > OPENSHIFT_ENABLE_REDIRECT_PROMPT: true > DISABLE_ADMINISTRATIVE_MONITORS: false > KUBERNETES_MASTER: https://kubernetes.default:443 > KUBERNETES_TRUST_CERTIFICATES: true > JENKINS_SERVICE_NAME: jenkins > JNLP_SERVICE_NAME: jenkins-jnlp > ENABLE_FATAL_ERROR_LOG_FILE: false > Mounts: > /var/lib/jenkins from jenkins-data (rw) > /var/run/secrets/kubernetes.io/serviceaccount from jenkins-token-9jf68 (ro) >Conditions: > Type Status > Initialized True > Ready False > ContainersReady False > PodScheduled True >Volumes: > jenkins-data: > Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) > ClaimName: jenkins > ReadOnly: false > jenkins-token-9jf68: > Type: Secret (a volume populated by a Secret) > SecretName: jenkins-token-9jf68 > Optional: false >QoS Class: Burstable >Node-Selectors: type=compute >Tolerations: node.kubernetes.io/memory-pressure:NoSchedule >Events: > Type Reason Age From Message > ---- ------ ---- ---- ------- > Normal Pulling 1h (x449 over 1d) kubelet, ip-172-31-24-229.ca-central-1.compute.internal pulling image "docker-registry.default.svc:5000/openshift/jenkins@sha256:d65ebea295cc48e65d4b954bf8da028034b34ef8ecab4e82c2be392a68b22d0e" > Normal BackOff 14m (x10154 over 1d) kubelet, ip-172-31-24-229.ca-central-1.compute.internal Back-off pulling image "docker-registry.default.svc:5000/openshift/jenkins@sha256:d65ebea295cc48e65d4b954bf8da028034b34ef8ecab4e82c2be392a68b22d0e" > Warning Failed 4m (x10198 over 1d) kubelet, ip-172-31-24-229.ca-central-1.compute.internal Error: ImagePullBackOff >[root@starter-ca-central-1-master-692e9 ~]# oc describe dc >Name: jenkins >Namespace: jmp-test15 >Created: 6 weeks ago >Labels: app=jenkins-persistent > template=jenkins-persistent-template >Annotations: template.alpha.openshift.io/wait-for-ready=true >Latest Version: 3 >Selector: name=jenkins >Replicas: 1 >Triggers: Image(jenkins@2, auto=true), Config >Strategy: Recreate >Template: >Pod Template: > Labels: name=jenkins > Service Account: jenkins > Containers: > jenkins: > Image: docker-registry.default.svc:5000/openshift/jenkins@sha256:84fb9b8a038e63a9b9621ca4790c588ed664aede50c608c6b9cfd674790b57bc > Port: <none> > Host Port: <none> > Limits: > memory: 512Mi > Liveness: http-get http://:8080/login delay=420s timeout=240s period=360s #success=1 #failure=2 > Readiness: http-get http://:8080/login delay=3s timeout=240s period=10s #success=1 #failure=3 > Environment: > OPENSHIFT_ENABLE_OAUTH: true > OPENSHIFT_ENABLE_REDIRECT_PROMPT: true > DISABLE_ADMINISTRATIVE_MONITORS: false > KUBERNETES_MASTER: https://kubernetes.default:443 > KUBERNETES_TRUST_CERTIFICATES: true > JENKINS_SERVICE_NAME: jenkins > JNLP_SERVICE_NAME: jenkins-jnlp > ENABLE_FATAL_ERROR_LOG_FILE: false > Mounts: > /var/lib/jenkins from jenkins-data (rw) > Volumes: > jenkins-data: > Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) > ClaimName: jenkins > ReadOnly: false > >Deployment #3 (latest): > Created: 46 hours ago > Status: Failed > Replicas: 0 current / 842379674156 desired >Deployment #1: > Name: jenkins-1 > Created: 6 weeks ago > Status: Complete > Replicas: 1 current / 842379034276 desired > Selector: deployment=jenkins-1,deploymentconfig=jenkins,name=jenkins > Labels: app=jenkins-persistent,openshift.io/deployment-config.name=jenkins,template=jenkins-persistent-template > Pods Status: 0 Running / 1 Waiting / 0 Succeeded / 0 Failed > >Events: <none> >[root@starter-ca-central-1-master-692e9 ~]# oc get dc -o=yaml >apiVersion: v1 >items: >- apiVersion: apps.openshift.io/v1 > kind: DeploymentConfig > metadata: > annotations: > template.alpha.openshift.io/wait-for-ready: "true" > creationTimestamp: 2018-07-25T21:45:13Z > generation: 4 > labels: > app: jenkins-persistent > template: jenkins-persistent-template > name: jenkins > namespace: jmp-test15 > resourceVersion: "956342122" > selfLink: /apis/apps.openshift.io/v1/namespaces/jmp-test15/deploymentconfigs/jenkins > uid: 02f2f1f2-9054-11e8-a61f-02d8407159d1 > spec: > replicas: 1 > revisionHistoryLimit: 10 > selector: > name: jenkins > strategy: > activeDeadlineSeconds: 21600 > recreateParams: > timeoutSeconds: 600 > resources: {} > type: Recreate > template: > metadata: > creationTimestamp: null > labels: > name: jenkins > spec: > containers: > - env: > - name: OPENSHIFT_ENABLE_OAUTH > value: "true" > - name: OPENSHIFT_ENABLE_REDIRECT_PROMPT > value: "true" > - name: DISABLE_ADMINISTRATIVE_MONITORS > value: "false" > - name: KUBERNETES_MASTER > value: https://kubernetes.default:443 > - name: KUBERNETES_TRUST_CERTIFICATES > value: "true" > - name: JENKINS_SERVICE_NAME > value: jenkins > - name: JNLP_SERVICE_NAME > value: jenkins-jnlp > - name: ENABLE_FATAL_ERROR_LOG_FILE > value: "false" > image: docker-registry.default.svc:5000/openshift/jenkins@sha256:84fb9b8a038e63a9b9621ca4790c588ed664aede50c608c6b9cfd674790b57bc > imagePullPolicy: IfNotPresent > livenessProbe: > failureThreshold: 2 > httpGet: > path: /login > port: 8080 > scheme: HTTP > initialDelaySeconds: 420 > periodSeconds: 360 > successThreshold: 1 > timeoutSeconds: 240 > name: jenkins > readinessProbe: > failureThreshold: 3 > httpGet: > path: /login > port: 8080 > scheme: HTTP > initialDelaySeconds: 3 > periodSeconds: 10 > successThreshold: 1 > timeoutSeconds: 240 > resources: > limits: > memory: 512Mi > securityContext: > capabilities: {} > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/lib/jenkins > name: jenkins-data > dnsPolicy: ClusterFirst > restartPolicy: Always > schedulerName: default-scheduler > securityContext: {} > serviceAccount: jenkins > serviceAccountName: jenkins > terminationGracePeriodSeconds: 30 > volumes: > - name: jenkins-data > persistentVolumeClaim: > claimName: jenkins > test: false > triggers: > - imageChangeParams: > automatic: true > containerNames: > - jenkins > from: > kind: ImageStreamTag > name: jenkins:2 > namespace: openshift > lastTriggeredImage: docker-registry.default.svc:5000/openshift/jenkins@sha256:84fb9b8a038e63a9b9621ca4790c588ed664aede50c608c6b9cfd674790b57bc > type: ImageChange > - type: ConfigChange > status: > availableReplicas: 0 > conditions: > - lastTransitionTime: 2018-07-31T21:45:56Z > lastUpdateTime: 2018-07-31T21:45:56Z > message: Deployment config does not have minimum availability. > status: "False" > type: Available > - lastTransitionTime: 2018-09-04T16:21:48Z > lastUpdateTime: 2018-09-04T16:21:48Z > message: replication controller "jenkins-3" has failed progressing > reason: ProgressDeadlineExceeded > status: "False" > type: Progressing > details: > causes: > - imageTrigger: > from: > kind: DockerImage > name: docker-registry.default.svc:5000/openshift/jenkins@sha256:84fb9b8a038e63a9b9621ca4790c588ed664aede50c608c6b9cfd674790b57bc > type: ImageChange > message: image change > latestVersion: 3 > observedGeneration: 4 > replicas: 1 > unavailableReplicas: 1 > updatedReplicas: 0 >kind: List >metadata: > resourceVersion: "" > selfLink: "" >[root@starter-ca-central-1-master-692e9 ~]# oc get pods -o=yaml >apiVersion: v1 >items: >- apiVersion: v1 > kind: Pod > metadata: > annotations: > kubernetes.io/limit-ranger: 'LimitRanger plugin set: cpu request for container > jenkins; cpu limit for container jenkins' > openshift.io/deployment-config.latest-version: "1" > openshift.io/deployment-config.name: jenkins > openshift.io/deployment.name: jenkins-1 > openshift.io/scc: restricted > creationTimestamp: 2018-09-04T21:28:08Z > generateName: jenkins-1- > labels: > deployment: jenkins-1 > deploymentconfig: jenkins > name: jenkins > name: jenkins-1-78sk4 > namespace: jmp-test15 > ownerReferences: > - apiVersion: v1 > blockOwnerDeletion: true > controller: true > kind: ReplicationController > name: jenkins-1 > uid: 03bf43cd-9054-11e8-b294-02ac3a1f9d61 > resourceVersion: "961952323" > selfLink: /api/v1/namespaces/jmp-test15/pods/jenkins-1-78sk4 > uid: 6aa49ca0-b089-11e8-aa1a-02ac3a1f9d61 > spec: > containers: > - env: > - name: OPENSHIFT_ENABLE_OAUTH > value: "true" > - name: OPENSHIFT_ENABLE_REDIRECT_PROMPT > value: "true" > - name: DISABLE_ADMINISTRATIVE_MONITORS > value: "false" > - name: KUBERNETES_MASTER > value: https://kubernetes.default:443 > - name: KUBERNETES_TRUST_CERTIFICATES > value: "true" > - name: JENKINS_SERVICE_NAME > value: jenkins > - name: JNLP_SERVICE_NAME > value: jenkins-jnlp > - name: ENABLE_FATAL_ERROR_LOG_FILE > value: "false" > image: docker-registry.default.svc:5000/openshift/jenkins@sha256:d65ebea295cc48e65d4b954bf8da028034b34ef8ecab4e82c2be392a68b22d0e > imagePullPolicy: Always > livenessProbe: > failureThreshold: 2 > httpGet: > path: /login > port: 8080 > scheme: HTTP > initialDelaySeconds: 420 > periodSeconds: 360 > successThreshold: 1 > timeoutSeconds: 240 > name: jenkins > readinessProbe: > failureThreshold: 3 > httpGet: > path: /login > port: 8080 > scheme: HTTP > initialDelaySeconds: 3 > periodSeconds: 10 > successThreshold: 1 > timeoutSeconds: 240 > resources: > limits: > cpu: "1" > memory: 512Mi > requests: > cpu: 20m > memory: 256Mi > securityContext: > capabilities: > drop: > - KILL > - MKNOD > - NET_RAW > - SETGID > - SETUID > privileged: false > runAsUser: 1000560000 > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/lib/jenkins > name: jenkins-data > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: jenkins-token-9jf68 > readOnly: true > dnsPolicy: ClusterFirst > imagePullSecrets: > - name: jenkins-dockercfg-h92p2 > nodeName: ip-172-31-24-229.ca-central-1.compute.internal > nodeSelector: > type: compute > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > fsGroup: 1000560000 > seLinuxOptions: > level: s0:c24,c4 > serviceAccount: jenkins > serviceAccountName: jenkins > terminationGracePeriodSeconds: 30 > tolerations: > - effect: NoSchedule > key: node.kubernetes.io/memory-pressure > operator: Exists > volumes: > - name: jenkins-data > persistentVolumeClaim: > claimName: jenkins > - name: jenkins-token-9jf68 > secret: > defaultMode: 420 > secretName: jenkins-token-9jf68 > status: > conditions: > - lastProbeTime: null > lastTransitionTime: 2018-09-04T21:28:08Z > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: 2018-09-04T21:28:08Z > message: 'containers with unready status: [jenkins]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: null > message: 'containers with unready status: [jenkins]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: 2018-09-04T21:28:08Z > status: "True" > type: PodScheduled > containerStatuses: > - image: docker-registry.default.svc:5000/openshift/jenkins@sha256:d65ebea295cc48e65d4b954bf8da028034b34ef8ecab4e82c2be392a68b22d0e > imageID: "" > lastState: {} > name: jenkins > ready: false > restartCount: 0 > state: > waiting: > message: Back-off pulling image "docker-registry.default.svc:5000/openshift/jenkins@sha256:d65ebea295cc48e65d4b954bf8da028034b34ef8ecab4e82c2be392a68b22d0e" > reason: ImagePullBackOff > hostIP: 172.31.24.229 > phase: Pending > podIP: 10.129.116.213 > qosClass: Burstable > startTime: 2018-09-04T21:28:08Z >kind: List >metadata: > resourceVersion: "" > selfLink: ""
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1626062
: 1481325