Skip to content

Commit

Permalink
Add pgpool docs
Browse files Browse the repository at this point in the history
Signed-off-by: MobarakHsn <[email protected]>
  • Loading branch information
MobarakHsn committed May 2, 2024
1 parent 7bdf31f commit 422d20b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guides/pgpool/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,11 @@ namespace "pool" deleted

$ kubectl delete -n demo pg/quick-postgres
pgpool.kubedb.com "quick-postgres" deleted

$ kubectl get pp,petset,svc,secret -n pool
NAME TYPE DATA AGE
secret/quick-pgpool-auth kubernetes.io/basic-auth 2 3h22m
secret/quick-pgpool-config Opaque 2 3h22m
```

### WipeOut
Expand All @@ -457,6 +462,9 @@ namespace "pool" deleted

$ kubectl delete -n demo pg/quick-postgres
pgpool.kubedb.com "quick-postgres" deleted

$ kubectl get pp,petset,svc,secret -n pool
No resources found in pool namespace.
```

## Next Steps
Expand Down

0 comments on commit 422d20b

Please sign in to comment.