Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. [mhicks@localhost bigdata]$ oc get pods
  2. NAME READY STATUS RESTARTS AGE
  3. mongodb-1-bd3w4 0/1 ContainerCreating 0 6m
  4. mongodb-1-deploy 1/1 Running 0 6m
  5. mynode-1-build 0/1 Completed 0 17m
  6. mynode-1-zdldv 1/1 Running 0 10m
  7. nodejs-mongo-persistent-1-build 0/1 Completed 0 6m
  8. nodejs-mongo-persistent-1-j6mtr 1/1 Running 0 5m
  9. oshinko-1-deploy 0/1 Error 0 29m
  10.  
  11. [mhicks@localhost bigdata]$ oc describe pod nodejs-mongo-persistent-1-j6mtr
  12. Name: nodejs-mongo-persistent-1-j6mtr
  13. Namespace: myproject
  14. Security Policy: restricted
  15. Node: 192.168.10.222/192.168.10.222
  16. Start Time: Mon, 20 Mar 2017 22:25:11 -0400
  17. Labels: deployment=nodejs-mongo-persistent-1
  18. deploymentconfig=nodejs-mongo-persistent
  19. name=nodejs-mongo-persistent
  20. Status: Running
  21. IP: 172.17.0.4
  22. Controllers: ReplicationController/nodejs-mongo-persistent-1
  23. Containers:
  24. nodejs-mongo-persistent:
  25. Container ID: docker://d43bc2f6fd3dd17a33e1b7d8a9b0be68556f28ea48525b7dc6ee42bb15cc4b64
  26. Image: 172.30.1.1:5000/myproject/nodejs-mongo-persistent@sha256:b316cb6bc59b9488b985521fac6df8e55230c52ab72edf0782fac9e34c887058
  27. Image ID: docker-pullable://172.30.1.1:5000/myproject/nodejs-mongo-persistent@sha256:b316cb6bc59b9488b985521fac6df8e55230c52ab72edf0782fac9e34c887058
  28. Port: 8080/TCP
  29. Limits:
  30. memory: 512Mi
  31. Requests:
  32. memory: 512Mi
  33. State: Running
  34. Started: Mon, 20 Mar 2017 22:25:14 -0400
  35. Ready: True
  36. Restart Count: 0
  37. Liveness: http-get http://:8080/pagecount delay=30s timeout=3s period=10s #success=1 #failure=3
  38. Readiness: http-get http://:8080/pagecount delay=3s timeout=3s period=10s #success=1 #failure=3
  39. Volume Mounts:
  40. /var/run/secrets/kubernetes.io/serviceaccount from default-token-3k31w (ro)
  41. Environment Variables:
  42. DATABASE_SERVICE_NAME: mongodb
  43. MONGODB_USER: <set to the key 'database-user' in secret 'nodejs-mongo-persistent'>
  44. MONGODB_PASSWORD: <set to the key 'database-password' in secret 'nodejs-mongo-persistent'>
  45. MONGODB_DATABASE: sampledb
  46. MONGODB_ADMIN_PASSWORD: <set to the key 'database-admin-password' in secret 'nodejs-mongo-persistent'>
  47. Conditions:
  48. Type Status
  49. Initialized True
  50. Ready True
  51. PodScheduled True
  52. Volumes:
  53. default-token-3k31w:
  54. Type: Secret (a volume populated by a Secret)
  55. SecretName: default-token-3k31w
  56. QoS Class: Burstable
  57. Tolerations: <none>
  58. Events:
  59. FirstSeen LastSeen Count From SubObjectPath TypeReason Message
  60. --------- -------- ----- ---- ------------- -------- ------ -------
  61. 6m 6m 1 {default-scheduler } Normal Scheduled Successfully assigned nodejs-mongo-persistent-1-j6mtr to 192.168.10.222
  62. 6m 6m 1 {kubelet 192.168.10.222} spec.containers{nodejs-mongo-persistent} Normal Pulled Container image "172.30.1.1:5000/myproject/nodejs-mongo-persistent@sha256:b316cb6bc59b9488b985521fac6df8e55230c52ab72edf0782fac9e34c887058" already present on machine
  63. 6m 6m 1 {kubelet 192.168.10.222} spec.containers{nodejs-mongo-persistent} Normal Created Created container with docker id d43bc2f6fd3d; Security:[seccomp=unconfined]
  64. 6m 6m 1 {kubelet 192.168.10.222} spec.containers{nodejs-mongo-persistent} Normal Started Started container with docker id d43bc2f6fd3d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement