Created
May 14, 2019 17:31
-
-
Save j-griffith/5fe6f5dcf2bacfa77e9a5bd07c9c7304 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| doublehaul ➜ local-storage-operator git:(master) ✗ k get all -n local-storage | |
| NAME READY STATUS RESTARTS AGE | |
| pod/local-storage-manifests-h8mnn 1/1 Running 0 17m | |
| pod/local-storage-operator-64d8888597-pvrp4 1/1 Running 0 16m | |
| NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
| service/local-storage-manifests ClusterIP 10.111.132.154 <none> 50051/TCP 17m | |
| service/local-storage-operator ClusterIP 10.104.24.201 <none> 60000/TCP 15m | |
| NAME READY UP-TO-DATE AVAILABLE AGE | |
| deployment.apps/local-storage-operator 1/1 1 1 16m | |
| NAME DESIRED CURRENT READY AGE | |
| replicaset.apps/local-storage-operator-64d8888597 1 1 1 16m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment