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
|
||||
|
|
Loading…
Reference in New Issue