Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. Name: db
  2. Namespace: shopify-dev
  3. CreationTimestamp: Sun, 20 Aug 2017 15:41:35 -0700
  4. Labels: app=db
  5. Annotations: deployment.kubernetes.io/revision=1
  6. Selector: app=db
  7. Replicas: 1 desired | 1 updated | 1 total | 1 available | 0 unavailable
  8. StrategyType: RollingUpdate
  9. MinReadySeconds: 0
  10. RollingUpdateStrategy: 1 max unavailable, 1 max surge
  11. Pod Template:
  12. Labels: app=db
  13. Containers:
  14. db:
  15. Image: mysql
  16. Port: <none>
  17. Environment:
  18. MYSQL_ROOT_PASSWORD: password
  19. Mounts: <none>
  20. Volumes: <none>
  21. Conditions:
  22. Type Status Reason
  23. ---- ------ ------
  24. Available True MinimumReplicasAvailable
  25. OldReplicaSets: <none>
  26. NewReplicaSet: db-1581001469 (1/1 replicas created)
  27. Events:
  28. FirstSeen LastSeen Count From SubObjectPath Type Reason Message
  29. --------- -------- ----- ---- ------------- -------- ------ -------
  30. 9m 9m 1 deployment-controller Normal ScalingReplicaSet Scaled up replica set db-1581001469 to 1
  31.  
  32.  
  33. Name: web
  34. Namespace: shopify-dev
  35. CreationTimestamp: Sun, 20 Aug 2017 15:49:36 -0700
  36. Labels: app=web
  37. Annotations: deployment.kubernetes.io/revision=1
  38. Selector: app=web
  39. Replicas: 1 desired | 1 updated | 1 total | 1 available | 0 unavailable
  40. StrategyType: RollingUpdate
  41. MinReadySeconds: 0
  42. RollingUpdateStrategy: 1 max unavailable, 1 max surge
  43. Pod Template:
  44. Labels: app=web
  45. Containers:
  46. web:
  47. Image: benjamincaldwell/hello-docker-rails
  48. Port: <none>
  49. Environment:
  50. MYSQL_USER: root
  51. MYSQL_PASSWORD: password
  52. MYSQL_HOST: db
  53. Mounts: <none>
  54. Volumes: <none>
  55. Conditions:
  56. Type Status Reason
  57. ---- ------ ------
  58. Available True MinimumReplicasAvailable
  59. OldReplicaSets: <none>
  60. NewReplicaSet: web-2575780079 (1/1 replicas created)
  61. Events:
  62. FirstSeen LastSeen Count From SubObjectPath Type Reason Message
  63. --------- -------- ----- ---- ------------- -------- ------ -------
  64. 1m 1m 1 deployment-controller Normal ScalingReplicaSet Scaled up replica set web-2575780079 to 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement