Skip to content

Instantly share code, notes, and snippets.

@paha
Created September 8, 2017 20:43
Show Gist options
  • Save paha/75a5580efc04ed93aa0ccb5aed9494a7 to your computer and use it in GitHub Desktop.
Save paha/75a5580efc04ed93aa0ccb5aed9494a7 to your computer and use it in GitHub Desktop.
$ kubectl create --filename=rook-cluster.yaml
cluster "rook-eval" created
$ kubectl get pods --namespace rook
NAME READY STATUS RESTARTS AGE
rook-api-3588729152-s0dxw 1/1 Running 0 46s
rook-ceph-mgr0-1957545771-bsg7h 1/1 Running 0 46s
rook-ceph-mon0-t1m3z 1/1 Running 0 1m
rook-ceph-mon1-mkdl4 1/1 Running 0 1m
rook-ceph-mon2-bv1qk 1/1 Running 0 1m
rook-ceph-osd-0027l 1/1 Running 0 46s
rook-ceph-osd-2p90r 1/1 Running 0 46s
rook-ceph-osd-d8j0j 1/1 Running 0 46s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment