Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rasheedamir/b88f8a23c2698218eba08aa3ddee4604 to your computer and use it in GitHub Desktop.

Select an option

Save rasheedamir/b88f8a23c2698218eba08aa3ddee4604 to your computer and use it in GitHub Desktop.
kubectl describe pod jenkins-56914896-826p6
Name:           jenkins-56914896-826p6
Namespace:      default
Node:           /
Labels:         group=io.fabric8.devops.apps
               pod-template-hash=56914896
               project=jenkins
               provider=fabric8
               version=2.2.311
Annotations:    fabric8.io/git-branch=release-v2.2.311
               fabric8.io/git-commit=2b9f7ce19493fe6d18392ac4f4be16f5e1a76fa3
               fabric8.io/iconUrl=https://cdn.rawgit.com/fabric8io/fabric8-devops/master/jenkins/src/main/fabric8/icon.svg
               fabric8.io/metrics-path=dashboard/file/kubernetes-pods.json/?var-project=jenkins&var-version=2.2.311
               fabric8.io/secret-docker-cfg=jenkins-docker-cfg
               fabric8.io/secret-gpg-key=jenkins-release-gpg
               fabric8.io/secret-hub-api-token=jenkins-hub-api-token
               fabric8.io/secret-maven-settings=jenkins-maven-settings
               fabric8.io/secret-ssh-config=jenkins-ssh-config
               fabric8.io/secret-ssh-key=jenkins-git-ssh,jenkins-master-ssh
               kubernetes.io/created-by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicaSet","namespace":"default","name":"jenkins-56914896","uid":"9872ca3a-6332-11e7-83ad-0292519193fe","...
Status:         Pending
IP:             
Controllers:    ReplicaSet/jenkins-56914896
Init Containers:
 init:
   Image:      busybox
   Port:       
   Command:
     chmod
     777
     /var/jenkins_home/workspace
     /var/jenkins_home/jobs
   Environment:        <none>
   Mounts:
     /var/jenkins_home/jobs from jenkins-jobs (rw)
     /var/jenkins_home/workspace from jenkins-workspace (rw)
     /var/run/secrets/kubernetes.io/serviceaccount from jenkins-token-2ktbw (ro)
Containers:
 jenkins:
   Image:      fabric8/jenkins-docker:2.2.311
   Ports:      50000/TCP, 8080/TCP
   Limits:
     cpu:      0
     memory:   0
   Requests:
     cpu:      0
     memory:   0
   Liveness:   http-get http://:8080/blue/ delay=120s timeout=10s period=10s #success=1 #failure=3
   Readiness:  http-get http://:8080/blue/ delay=20s timeout=10s period=10s #success=1 #failure=3
   Environment:
     PROJECT_VERSION:                  <set to the key 'project-version' of config map 'jenkins'>                      Optional: false
     PIPELINE_ELASTICSEARCH_PROTOCOL:  <set to the key 'pipeline-elasticsearch-protocol' of config map 'jenkins'>      Optional: false
     JENKINS_GOGS_PASSWORD:            <set to the key 'jenkins-gogs-password' of config map 'jenkins'>                Optional: false
     JENKINS_GOGS_USER:                <set to the key 'jenkins-gogs-user' of config map 'jenkins'>                    Optional: false
     JENKINS_GOGS_EMAIL:               <set to the key 'jenkins-gogs-email' of config map 'jenkins'>                   Optional: false
     PIPELINE_ELASTICSEARCH_HOST:      <set to the key 'pipeline-elasticsearch-host' of config map 'jenkins'>          Optional: false
     KUBERNETES_NAMESPACE:             default (v1:metadata.namespace)
     KUBERNETES_MASTER:                https://kubernetes.default
   Mounts:
     /var/jenkins_home/jobs from jenkins-jobs (rw)
     /var/jenkins_home/workspace from jenkins-workspace (rw)
     /var/run/secrets/kubernetes.io/serviceaccount from jenkins-token-2ktbw (ro)
Conditions:
 Type          Status
 PodScheduled  False 
Volumes:
 jenkins-jobs:
   Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
   ClaimName:  jenkins-jobs
   ReadOnly:   false
 jenkins-workspace:
   Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
   ClaimName:  jenkins-workspace
   ReadOnly:   false
 jenkins-token-2ktbw:
   Type:       Secret (a volume populated by a Secret)
   SecretName: jenkins-token-2ktbw
   Optional:   false
QoS Class:      BestEffort
Node-Selectors: <none>
Tolerations:    <none>
Events:
 FirstSeen     LastSeen        Count   From                    SubObjectPath   Type            Reason                  Message
 ---------     --------        -----   ----                    -------------   --------        ------                  -------
 2d            3s              13285   default-scheduler                       Warning         FailedScheduling        No nodes are available that match all of the following predicates:: NoVolumeZoneConflict (2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment