fix the command output (#5315)

fix the command output
This commit is contained in:
chenhuan12
2017-09-09 08:46:32 +08:00
committed by Steve Perry
parent bc0eae1b34
commit 728598298f
@@ -140,6 +140,8 @@ for a secure solution.
Name: mysql-pv
Labels: <none>
Annotations: pv.kubernetes.io/bound-by-controller=yes
StorageClass:
Status: Bound
Claim: default/mysql-pv-claim
Reclaim Policy: Retain
@@ -152,7 +154,7 @@ for a secure solution.
FSType: ext4
Partition: 0
ReadOnly: false
No events.
Events: <none>
1. Inspect the PersistentVolumeClaim:
@@ -160,12 +162,15 @@ for a secure solution.
Name: mysql-pv-claim
Namespace: default
StorageClass:
Status: Bound
Volume: mysql-pv
Labels: <none>
Annotations: pv.kubernetes.io/bind-completed=yes
pv.kubernetes.io/bound-by-controller=yes
Capacity: 20Gi
Access Modes: RWO
No events.
Events: <none>
## Accessing the MySQL instance