This commit is contained in:
Edward Viaene
2018-07-27 14:30:35 +00:00
parent c2fb49f477
commit 4778ed074c

View File

@@ -38,6 +38,11 @@ pgo show cluster all
pgo show cluster mycluster --show-secrets=true
```
# connect to psql
```
kubectl run -it --rm --image=postgres:10.4 psql -- psql -h mycluster -U postgres -W
```
# Create read replic
```