Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Name: app-chat
  2. Namespace: default
  3. CreationTimestamp: Thu, 21 Mar 2019 15:42:26 +0300
  4. Labels: app=app-chat
  5. Annotations: deployment.kubernetes.io/revision: 1
  6. Selector: app=app-chat
  7. Replicas: 3 desired | 3 updated | 3 total | 0 available | 3 unavailable
  8. StrategyType: RollingUpdate
  9. MinReadySeconds: 0
  10. RollingUpdateStrategy: 25% max unavailable, 25% max surge
  11. Pod Template:
  12. Labels: app=app-chat
  13. Containers:
  14. app-chat:
  15. Image: app-chat
  16. Port: 3000/TCP
  17. Host Port: 3000/TCP
  18. Command:
  19. /bin/sh
  20. Args:
  21. /entrypoint.sh user@x.x.x:path/app-chat.git
  22. Liveness: tcp-socket :3000 delay=0s timeout=1s period=10s #success=1 #failure=3
  23. Environment:
  24. TZ: Europe/City
  25. PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  26. NODE_VERSION: 8.12.0
  27. YARN_VERSION: 1.9.4
  28. Mounts:
  29. /app/ from app-chat-pv (rw)
  30. Volumes:
  31. app-chat-pv:
  32. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  33. ClaimName: app-chat-pvc
  34. ReadOnly: false
  35. Conditions:
  36. Type Status Reason
  37. ---- ------ ------
  38. Available False MinimumReplicasUnavailable
  39. Progressing True ReplicaSetUpdated
  40. OldReplicaSets: <none>
  41. NewReplicaSet: app-chat-fccf768d5 (3/3 replicas created)
  42. Events:
  43. Type Reason Age From Message
  44. ---- ------ ---- ---- -------
  45. Normal ScalingReplicaSet 7m13s deployment-controller Scaled up replica set app-chat-fccf768d5 to 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement