From cf4abdbe390ec0a06d7aa4209343319f82bc02c1 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 15 Aug 2017 09:33:45 +0800 Subject: [PATCH] Update run-single-instance-stateful-application.md modify "mysql" to "MySQL" --- .../run-application/run-single-instance-stateful-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/run-application/run-single-instance-stateful-application.md b/docs/tasks/run-application/run-single-instance-stateful-application.md index 47dacc184a..17bb7c594f 100644 --- a/docs/tasks/run-application/run-single-instance-stateful-application.md +++ b/docs/tasks/run-application/run-single-instance-stateful-application.md @@ -160,7 +160,7 @@ Run a MySQL client to connect to the server: kubectl run -it --rm --image=mysql:5.6 mysql-client -- mysql -h -p ``` -This command creates a new Pod in the cluster running a mysql client +This command creates a new Pod in the cluster running a MySQL client and connects it to the server through the Service. If it connects, you know your stateful MySQL database is up and running.