From 99909a4ccc32bd45448ed4d36706c9439b457d78 Mon Sep 17 00:00:00 2001 From: Omid Raha Date: Thu, 14 Feb 2019 12:14:53 +0330 Subject: [PATCH] Fix note as others (#12628) --- .../mysql-wordpress-persistent-volume.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md b/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md index 63b6b032db..4d6fefaf20 100644 --- a/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md +++ b/content/en/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md @@ -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: