Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Mac-mini-Andrej:elasticsearch drago$ kubectl get rs,pods
- NAME DESIRED CURRENT AGE
- es1-data 1 1 5m
- es2-data 1 1 5m
- NAME READY STATUS RESTARTS AGE
- es1-data-ghg0h 1/1 Running 0 5m
- Mac-mini-Andrej:elasticsearch drago$ kubectl describe rs es1-data
- Name: es1-data
- Namespace: default
- Image(s): quay.io/pires/docker-elasticsearch-kubernetes:2.3.4
- Selector: component=elasticsearch,role=data
- Labels: component=elasticsearch
- role=data
- Replicas: 1 current / 1 desired
- Pods Status: 1 Running / 0 Waiting / 0 Succeeded / 0 Failed
- Volumes:
- es1-storage:
- Type: GCEPersistentDisk (a Persistent Disk resource in Google Compute Engine)
- PDName: edissons-es1-persistent
- FSType: ext4
- Partition: 0
- ReadOnly: false
- Events:
- FirstSeen LastSeen Count From SubobjectPath Type Reason Message
- --------- -------- ----- ---- ------------- -------- ------ -------
- 3m 3m 1 {replicaset-controller } Normal SuccessfulCreate Created pod: es1-data-ghg0h
- Mac-mini-Andrej:elasticsearch drago$ kubectl describe rs es2-data
- Name: es2-data
- Namespace: default
- Image(s): quay.io/pires/docker-elasticsearch-kubernetes:2.3.4
- Selector: component=elasticsearch,role=data
- Labels: component=elasticsearch
- role=data
- Replicas: 1 current / 1 desired
- Pods Status: 1 Running / 0 Waiting / 0 Succeeded / 0 Failed
- Volumes:
- es2-storage:
- Type: GCEPersistentDisk (a Persistent Disk resource in Google Compute Engine)
- PDName: edissons-es2-persistent
- FSType: ext4
- Partition: 0
- ReadOnly: false
- No events.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement