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

missing a space
pull/4747/head^2
Stewart-YU 2017-08-11 07:58:08 +08:00 committed by Zachary Corleissen
parent fa691dafe7
commit 8f887edaf1
1 changed files with 1 additions and 1 deletions

View File

@ -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