Skip to content

Commit 2f21afe

Browse files
author
Yannic Nevado Hidalgo
committed
update Readme with node hardware
1 parent 9dc1a22 commit 2f21afe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6265
You 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`

0 commit comments

Comments
 (0)