From 5a8eef752ff4293d774708c9f6e7c8336773acd1 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Tue, 7 Jul 2015 14:12:27 -0700 Subject: [PATCH] update the output of kubectl get pods in examples/iscsi --- examples/iscsi/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/iscsi/README.md b/examples/iscsi/README.md index 62475a0749a..cf049a8e4fb 100644 --- a/examples/iscsi/README.md +++ b/examples/iscsi/README.md @@ -38,10 +38,8 @@ Here is my command and output: ```console # kubectl create -f examples/iscsi/iscsi.json # kubectl get pods -POD IP CONTAINER(S) IMAGE(S) HOST LABELS STATUS CREATED MESSAGE -iscsipd 10.244.3.14 kubernetes-minion-bz1p/104.154.61.231 Running About an hour - iscsipd-rw kubernetes/pause Running About an hour - iscsipd-ro kubernetes/pause Running About an hour +NAME READY STATUS RESTARTS AGE +iscsipd 2/2 RUNNING 0 2m ``` On the Kubernetes node, I got these in mount output