Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Jul 27, 2018
1 parent c2fb49f commit 4778ed0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions postgres-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 4778ed0

Please sign in to comment.