From 4778ed074c5abd12f3bfafabd07ce4ab9943f208 Mon Sep 17 00:00:00 2001 From: Edward Viaene Date: Fri, 27 Jul 2018 14:30:35 +0000 Subject: [PATCH] README --- postgres-operator/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgres-operator/README.md b/postgres-operator/README.md index 7f6f12e..a13d971 100644 --- a/postgres-operator/README.md +++ b/postgres-operator/README.md @@ -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 ```