fix the command output (#10285)

pull/10300/head
tanshanshan 2018-09-14 11:30:27 +08:00 committed by k8s-ci-robot
parent 1a9b307b4e
commit e4e7da3010
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ Now lets validate that Kubernetes automatically labeled the zone & region the PV
```shell
> kubectl get pv --show-labels
NAME CAPACITY ACCESSMODES STATUS CLAIM REASON AGE LABELS
pv-gce-mj4gm 5Gi RWO Bound default/claim1 46s failure-domain.beta.kubernetes.io/region=us-central1,failure-domain.beta.kubernetes.io/zone=us-central1-a
NAME CAPACITY ACCESSMODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE LABELS
pv-gce-mj4gm 5Gi RWO Retain Bound default/claim1 manual 46s failure-domain.beta.kubernetes.io/region=us-central1,failure-domain.beta.kubernetes.io/zone=us-central1-a
```
So now we will create a pod that uses the persistent volume claim.