Advertisement
Guest User

Untitled

a guest
Aug 16th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Mac-mini-Andrej:elasticsearch drago$ kubectl get rs,pods
  2. NAME DESIRED CURRENT AGE
  3. es1-data 1 1 5m
  4. es2-data 1 1 5m
  5. NAME READY STATUS RESTARTS AGE
  6. es1-data-ghg0h 1/1 Running 0 5m
  7.  
  8. Mac-mini-Andrej:elasticsearch drago$ kubectl describe rs es1-data
  9. Name: es1-data
  10. Namespace: default
  11. Image(s): quay.io/pires/docker-elasticsearch-kubernetes:2.3.4
  12. Selector: component=elasticsearch,role=data
  13. Labels: component=elasticsearch
  14. role=data
  15. Replicas: 1 current / 1 desired
  16. Pods Status: 1 Running / 0 Waiting / 0 Succeeded / 0 Failed
  17. Volumes:
  18. es1-storage:
  19. Type: GCEPersistentDisk (a Persistent Disk resource in Google Compute Engine)
  20. PDName: edissons-es1-persistent
  21. FSType: ext4
  22. Partition: 0
  23. ReadOnly: false
  24. Events:
  25. FirstSeen LastSeen Count From SubobjectPath Type Reason Message
  26. --------- -------- ----- ---- ------------- -------- ------ -------
  27. 3m 3m 1 {replicaset-controller } Normal SuccessfulCreate Created pod: es1-data-ghg0h
  28.  
  29.  
  30. Mac-mini-Andrej:elasticsearch drago$ kubectl describe rs es2-data
  31. Name: es2-data
  32. Namespace: default
  33. Image(s): quay.io/pires/docker-elasticsearch-kubernetes:2.3.4
  34. Selector: component=elasticsearch,role=data
  35. Labels: component=elasticsearch
  36. role=data
  37. Replicas: 1 current / 1 desired
  38. Pods Status: 1 Running / 0 Waiting / 0 Succeeded / 0 Failed
  39. Volumes:
  40. es2-storage:
  41. Type: GCEPersistentDisk (a Persistent Disk resource in Google Compute Engine)
  42. PDName: edissons-es2-persistent
  43. FSType: ext4
  44. Partition: 0
  45. ReadOnly: false
  46. No events.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement