Skip to content

Instantly share code, notes, and snippets.

@rajdavies
Created December 12, 2016 11:46
Show Gist options
  • Select an option

  • Save rajdavies/661978e5acce4b1df662d431c3a1eed4 to your computer and use it in GitHub Desktop.

Select an option

Save rajdavies/661978e5acce4b1df662d431c3a1eed4 to your computer and use it in GitHub Desktop.
rajdavies@FabMac:~$ kc describe pod nexus-3628846063-opgps
Name: nexus-3628846063-opgps
Namespace: default
Node: minikube/192.168.64.75
Start Time: Mon, 12 Dec 2016 11:22:27 +0000
Labels: group=io.fabric8.devops.apps
pod-template-hash=3628846063
project=nexus
provider=fabric8
version=2.2.298
Status: Pending
IP: 172.17.0.8
Controllers: ReplicaSet/nexus-3628846063
Init Containers:
init:
Container ID: docker://b4796a640174ca66978e66e58032485afc86d968a621e4462e50d51169977b72
Image: busybox
Image ID: docker://sha256:e02e811dd08fd49e7f6032625495118e63f597eb150403d02e3238af1df240ba
Port:
Command:
chmod
777
/sonatype-work/storage
State: Terminated
Reason: Completed
Exit Code: 0
Started: Mon, 12 Dec 2016 11:45:25 +0000
Finished: Mon, 12 Dec 2016 11:45:25 +0000
Ready: True
Restart Count: 0
Environment Variables: <none>
Containers:
nexus:
Container ID:
Image: fabric8/nexus:2.2.298
Image ID:
Port: 8081/TCP
Limits:
cpu: 0
memory: 0
Requests:
cpu: 0
memory: 0
State: Waiting
Reason: PodInitializing
Ready: False
Restart Count: 0
Liveness: http-get http://:8081/content/repositories/ delay=180s timeout=10s period=10s #success=1 #failure=3
Readiness: http-get http://:8081/content/repositories/ delay=60s timeout=10s period=10s #success=1 #failure=10
Environment Variables:
KUBERNETES_NAMESPACE: default (v1:metadata.namespace)
Conditions:
Type Status
Initialized True
Ready False
PodScheduled True
Volumes:
nexus-storage:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: nexus-storage
ReadOnly: false
default-token-f2ps8:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-f2ps8
QoS Tier: BestEffort
Events:
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
23m 23m 4 {default-scheduler } Warning FailedScheduling SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "nexus-storage", which is unexpected.
23m 23m 1 {default-scheduler } Normal Scheduled Successfully assigned nexus-3628846063-opgps to minikube
23m 23m 1 {kubelet minikube} spec.initContainers{init} Normal Pulling pulling image "busybox"
30s 30s 1 {kubelet minikube} spec.initContainers{init} Normal Pulled Successfully pulled image "busybox"
30s 30s 1 {kubelet minikube} spec.initContainers{init} Normal Created Created container with docker id b4796a640174; Security:[seccomp=unconfined]
30s 30s 1 {kubelet minikube} spec.initContainers{init} Normal Started Started container with docker id b4796a640174
29s 29s 1 {kubelet minikube} spec.containers{nexus} Normal Pulling pulling image "fabric8/nexus:2.2.298"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment