Update run-single-instance-stateful-application.md (#4709)

missing a space
This commit is contained in:
Stewart-YU
2017-08-11 07:58:08 +08:00
committed by Zachary Corleissen
parent fa691dafe7
commit 8f887edaf1
@@ -157,7 +157,7 @@ behind a Service and you don't intend to increase the number of Pods.
Run a MySQL client to connect to the server:
```
kubectl run -it --rm --image=mysql:5.6 mysql-client -- mysql -h <pod-ip> -ppassword
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