You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* get all pods in the `namespace zalando-postgres` with the operator label `name=postgres-operator`
39
39
40
40
```shell
41
-
$ kubectl get pod -l name=postgres-operator --namespace zalando-postgres
41
+
kubectl get pod -l name=postgres-operator --namespace zalando-postgres
42
42
```
43
43
44
44
### Create Postgres cluster
45
45
46
46
* create a Postgres cluster from [postgres manifest](https://github.com/yanehi/custom-postgres-operator/blob/master/manifests/minimal-postgres-manifest.yaml) with the specified values, like databases, users and *postgresql.conf* parameters
0 commit comments