Fix note as others (#12628)
parent
a5cda6edea
commit
99909a4ccc
|
@ -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
|
kubectl create -f https://k8s.io/examples/application/wordpress/mysql-deployment.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Verify that a PersistentVolume got dynamically provisioned. Note that it can
|
2. Verify that a PersistentVolume got dynamically provisioned.
|
||||||
It can take up to a few minutes for the PVs to be provisioned and bound.
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl get pvc
|
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:
|
The response should be like this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue