Update run-single-instance-stateful-application.md

modify "mysql" to "MySQL"
This commit is contained in:
Anthony
2017-08-15 09:33:45 +08:00
committed by Andrew Chen
parent 3945f9cf65
commit cf4abdbe39
@@ -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 <pod-ip> -p <password> kubectl run -it --rm --image=mysql:5.6 mysql-client -- mysql -h <pod-ip> -p <password>
``` ```
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 and connects it to the server through the Service. If it connects, you
know your stateful MySQL database is up and running. know your stateful MySQL database is up and running.