From 65dfe582737bbdd71b965f4a8222db13f88e5b2c Mon Sep 17 00:00:00 2001 From: chenhuan Date: Fri, 17 Aug 2018 07:03:08 +0800 Subject: [PATCH] fix the command output (#9862) I have verified on version v1.11 --- .../stateful-application/mysql-wordpress-persistent-volume.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 7913164c1dd88..acebf69d6e714 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 @@ -169,8 +169,8 @@ The following manifest describes a single-instance WordPress Deployment and Serv The response should be like this: ``` - NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE - wordpress 10.0.0.89 80:32406/TCP 4m + NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE + wordpress ClusterIP 10.0.0.89 80:32406/TCP 4m ``` {{< note >}}**Note:** Minikube can only expose Services through `NodePort`. The EXTERNAL-IP is always pending.{{< /note >}}