Commit 991164c6 authored by Yu-Ju Hong's avatar Yu-Ju Hong

Merge pull request #10870 from caesarxuchao/iscsi-output

update the output of kubectl get pods in examples/iscsi
parents f7e1a004 5a8eef75
...@@ -38,10 +38,8 @@ Here is my command and output: ...@@ -38,10 +38,8 @@ Here is my command and output:
```console ```console
# kubectl create -f examples/iscsi/iscsi.json # kubectl create -f examples/iscsi/iscsi.json
# kubectl get pods # kubectl get pods
POD IP CONTAINER(S) IMAGE(S) HOST LABELS STATUS CREATED MESSAGE NAME READY STATUS RESTARTS AGE
iscsipd 10.244.3.14 kubernetes-minion-bz1p/104.154.61.231 <none> Running About an hour iscsipd 2/2 RUNNING 0 2m
iscsipd-rw kubernetes/pause Running About an hour
iscsipd-ro kubernetes/pause Running About an hour
``` ```
On the Kubernetes node, I got these in mount output On the Kubernetes node, I got these in mount output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment