File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ The Cluster runs on an [K8s](https://kubernetes.io/) Cluster which is managed by
99
1010* * Projectname:* zalando-postgres
1111* * Namespace:* zalando-postgres
12- * 3 Nodes
12+ * * 3 Nodes* (per Node 4Cores and 8GB RAM)
13+ * master+worker and two worker nodes
14+ * * Storage Provisioner* : Longhorn
15+ * Cluster and PVC Snapshots to [ minio] ( https://min.io/ )
1316* * LoadBalancer:* [ Metallb] ( https://metallb.universe.tf )
1417 * access actual Postgres master over external-IP and specified port
1518 * required VPN connection!!
@@ -57,11 +60,11 @@ $ kubectl get pods -l application=spilo -L spilo-role --namespace zalando-postgr
5760$ kubectl get svc -l application=spilo -L spilo-role --namespace zalando-postgres
5861```
5962
60- ### Update Postgres cluster
63+ ### Update Pod Manifest
6164
6265You can update the Postgres cluster with the * manifest file* or directly with * psql-client* .
6366
64- * After editting Postgres cluster file apply the modified configuration
67+ * After editting Postgres cluster file apply the modified configuration(with * apply * the whole object while be updated)
6568 * ` kubectl apply -f manifests/minimal-postgres-manifest.yaml --namespace zalando-postgres `
6669* Restart(Reload?) Patroni
6770 * ` kubectl exec -i <Pod-Name> supervisorctl restart patroni --namespace zalando-postgres `
You can’t perform that action at this time.
0 commit comments