Skip to content

Commit 2c911ae

Browse files
author
Yannic Nevado Hidalgo
committed
delete unused files, edit Readme and create manifest Readme
1 parent 0e55dd0 commit 2c911ae

File tree

7 files changed

+50
-101
lines changed

7 files changed

+50
-101
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Custom Postgres Operator
22

3-
This repository contains a custom setup for an [HA](https://www.postgresql.org/docs/current/high-availability.html) [Postgres](https://www.postgresql.org/) cluster, based on [Postgres Operator](https://github.com/zalando/postgres-operator) from [Patroni](https://github.com/zalando/spilo).
3+
This repository contains a custom setup for an [HA](https://www.postgresql.org/docs/current/high-availability.html) [Postgres](https://www.postgresql.org/) cluster, based on [Postgres Operator](https://github.com/zalando/postgres-operator) from [Patroni](https://github.com/zalando/spilo). The manifest folder only contains the minimum needed YAML files for the setup.
44

55
The Cluster runs on an [K8s](https://kubernetes.io/) Cluster which is managed by [Rancher](https://rancher.com/) and hosted at the infrastructure of Proventa AG.
66

@@ -16,7 +16,7 @@ The Cluster runs on an [K8s](https://kubernetes.io/) Cluster which is managed by
1616

1717
## Installation
1818

19-
The installation will be executed by applying manifests in a specific order, based on the operator installation from patroni. The setup is deployed to an specific namespace named *zalando-postgres* which must be ceated on the K8s cluster. You also can setup the operator(+Postgres cluster) with Helm chart or Operator Lifecycle Manager.
19+
The installation will be executed by applying manifests in a specific order, based on the operator installation from Patroni. The setup is deployed to an specific namespace named *zalando-postgres*, which must be ceated first on the K8s cluster. You also can setup the operator(+Postgres cluster) with Helm chart or Operator Lifecycle Manager.
2020
(fyi: you can also set the current-context for kubectl, here ns=zalando-postgres for example)
2121

2222
### Create the operator

manifests/Readme.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,48 @@
1-
# Manifest Files
1+
# Manifest Files
2+
3+
## `complete-postgres-manifest.yaml`
4+
5+
* near all Postgres cluster configuration options for deploying Postgres cluster
6+
* Dockerimage: [Spilo](https://github.com/zalando/spilo)
7+
* replicas
8+
* users
9+
* Container resources
10+
* postgresql.conf parameters
11+
* pg_hba.conf
12+
* logical backups to s3 (required Docker Image)
13+
14+
15+
## `minimal-postgres-manifest.yaml`
16+
17+
* configured file for specific setup of Postgres cluster
18+
* same as above with minimal options set
19+
20+
21+
## `configmap.yaml`
22+
23+
* configuration options for the Postgres operator
24+
25+
26+
## `operator-service-account-rbac.yaml`
27+
28+
* definied ClusterRole, ClusterRoleBinding and ServiceAccount for Postgres operator
29+
30+
31+
## `postgres-operator.yaml`
32+
33+
* definition of Postgres operator with template and reference to created ConfigMap
34+
35+
36+
## `postgresql-operator-default-configuration.yaml`
37+
38+
* near all configuration options for the Postgres operator
39+
40+
41+
## `standby-manifest.yaml`
42+
43+
* create a standby cluster from an s3 backup
44+
45+
46+
## `user-facing-clusterroles.yaml`
47+
48+
* defining ClusterRoles for Postgrs operator

manifests/fake-teams-api.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

manifests/infrastructure-roles-configmap.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

manifests/infrastructure-roles.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

manifests/kustomization.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

manifests/platform-credentials.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)