Skip to content

Commit

Permalink
Fix note as others (#12628)
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha authored and k8s-ci-robot committed Feb 14, 2019
1 parent a5cda6e commit 99909a4
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,15 @@ The following manifest describes a single-instance MySQL Deployment. The MySQL c
kubectl create -f https://k8s.io/examples/application/wordpress/mysql-deployment.yaml
```

2. Verify that a PersistentVolume got dynamically provisioned. Note that it can
It can take up to a few minutes for the PVs to be provisioned and bound.

2. Verify that a PersistentVolume got dynamically provisioned.

```shell
kubectl get pvc
```

{{< note >}}
It can take up to a few minutes for the PVs to be provisioned and bound.
{{< /note >}}

The response should be like this:

Expand Down

0 comments on commit 99909a4

Please sign in to comment.