Update run-single-instance-stateful-application.md (#4709)
missing a space
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user