Skip to content

Commit

Permalink
added connectionPooler
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed Jun 18, 2024
1 parent 9d3bc49 commit e9867ea
Show file tree
Hide file tree
Showing 380 changed files with 106,328 additions and 40 deletions.
Binary file added build/linux/cybertec-pg-operator
Binary file not shown.
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
6 changes: 4 additions & 2 deletions public/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

blockquote{
border: 3px solid var(--accent-color);
background: red;
color: #000;
/* background: rgb(57, 63, 68); */
box-shadow: 0 2px 20px -10px #06111e;
/* background: red;
color: #000; */
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Name Type default Description enable_crd_registration boolean true crd_categories string all enable_lazy_spilo_upgrade boolean false enable_pgversion_env_var boolean true enable_spilo_wal_path_combat boolean false etcd_host string kubernetes_use_configmaps boolean false docker_image string sidecars list enable_shm_volume boolean true workers int 8 max_instances int -1 min_instances int -1 resync_period string 30m repair_period string 5m set_memory_request_to_limit boolean false debug_logging boolean true enable_db_access boolean true spilo_privileged boolean false spilo_allow_privilege_escalation boolean true watched_namespace string * major-upgrade-specific Name Type default Description major_version_upgrade_mode string off major_version_upgrade_team_allow_list string minimal_major_version string 9." />
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/crd/crd-postgresql/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="postgresql Name Type required Description apiVersion string true acid.zalando.do/v1 kind string true metadata object true spec object true status object false spec Name Type required Description backup object false Enables the definition of a customised backup solution for the cluster teamId string true name of the team the cluster belongs to numberOfInstances Int true Number of nodes of the cluster dockerImages string false Define a custom image to override the default schedulerName string false Define a custom Name to override the default spiloRunAsUser string false Define an User id which should be used for the pods spiloRunAsGroup string false Define an Group id which should be used for the pods spiloFSGroup string false Persistent Volumes for the pods in the StatefulSet will be owned and writable by the group ID specified." />
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/crd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/documentation/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Setting up a basic Cluster is pretty easy, we just need the minimum Definiton of a cluster-manifest which can also be find in the operator-tutorials repo on github. We need the following Definitions for the basic cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="A connection pooler is a tool that acts as a proxy between the application and the database and enables the performance of the application to be improved and the load on the database to be reduced. The reason for this lies in the connection handling of PostgreSQL.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/backup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Backups are essential for databases. From broken storage to deployments gone wrong, backups often save the day. Starting with pg_dump, which was released in the late 1990s, to the archiving of WAL files (PostgreSQL 8.0 / 2005) and pg_basebackup (PostgreSQL 9.0 / 2010), PostgreSQL already offers built-in options for backups and restores based on logical and physical backups.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/clone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Setting up a basic Cluster is pretty easy, we just need the minimum Definiton of a cluster-manifest which can also be find in the operator-tutorials repo on github. We need the following Definitions for the basic cluster.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Users who are already used to working with PostgreSQL from Baremetal or VMs are already familiar with the need for various files to configure PostgreSQL. These include
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/databases_roles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="CPO not only supports you in deploying your cluster, it also supports you in setting it up in terms of the database and users. CPO offers you three different options for this:
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Setting up a basic Cluster is pretty easy, we just need the minimum Definiton of a cluster-manifest which can also be find in the operator-tutorials repo on github. We need the following Definitions for the basic cluster.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/ha-cluster/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="To ensure continiues productive usage you can create a HA-Cluster or modify a Single-Node-Cluster to a HA-Cluster. The needed changes are less complicated
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Prerequisites For the installation you either need our CPO tutorial repository or you install CPO directly from our registry.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/major-upgrades/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="CPO enables the use of the in-place upgrade, which makes it possible to upgrade a cluster to a new PG major. For this purpose, pg_upgrade is used in the background.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/modify-cluster/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Starting with the Single-Node-Cluster from the previous section, we want to modify the Instance a bit to see.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/monitoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="The CPO-Project has prepared severall Tools which allows to setup a Monitoring-Stack including Alerting and Metric-Viewer. These Stack is based on:
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/ressources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Kubernetes workloads are often deployed without a direct resource definition. This means that, apart from the limits specified by the administrators, the workloads can use the required resources of the worker node very dynamically.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/restore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Restore or recovery is the process of starting a PostgreSQL instance or a cluster based on a defined and existing backup. This can be just a Backup or a combination of a Backup and additional WAL files. The difference is that a Backup represents a fixed point in time, whereas the combination with WAL enables a point-in-time recovery(PITR).
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/sidecars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Setting up a basic Cluster is pretty easy, we just need the minimum Definiton of a cluster-manifest which can also be find in the operator-tutorials repo on github. We need the following Definitions for the basic cluster.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/single-cluster/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="To set up a cluster, the implementation is based on a description, as with the other Kubernetes deplyoments. To do this, the operator uses a document of type postgresql.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/slots/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Setting up a basic Cluster is pretty easy, we just need the minimum Definiton of a cluster-manifest which can also be find in the operator-tutorials repo on github. We need the following Definitions for the basic cluster.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/standby/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Setting up a basic Cluster is pretty easy, we just need the minimum Definiton of a cluster-manifest which can also be find in the operator-tutorials repo on github. We need the following Definitions for the basic cluster.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how-to-use/storage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="Storage is crucial for the performance of a database and is therefore a central element. As with systems based on bare metal or virtual machines, the same requirements apply to Kubernetes workloads, such as constant availability, good performance, consistency and durability.
Expand Down
2 changes: 1 addition & 1 deletion public/documentation/how_to_use/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/documentation/level-2-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/documentation/quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="We can tell and document so much about our project but it seems you just want to get started. Let us show you the fastest way to use CPO.
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/level-1-1-overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/level-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/level-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/level-4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
2 changes: 1 addition & 1 deletion public/release_notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">


<meta name="description" content="0.7.0 Features Monitoring-Sidecar integrated via CRD Start with Monitoring Password-Hash per default set to scram-sha-256 pgBackRest with blockstorage using RepoHost Internal Certification-Management for RepoHost-Certificates Changes API Change acid.zalan.do is replaced by cpo.opensource.cybertec.at - If you&rsquo;re updating your Operator from previous Versions, please check this HowTo Migrate to new API Patroni-Compatibility has increased to Version 3.3.0 pgBackRest-Compatbility has increased to Version 2.51 Revision of the restore process Revision of the backup jobs Operator now using Rocky9 as Baseimage Updates Go-Package to 1." />
Expand Down
2 changes: 1 addition & 1 deletion public/tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.126.3">



Expand Down
6 changes: 4 additions & 2 deletions themes/hugo-geekdoc/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

blockquote{
border: 3px solid var(--accent-color);
background: red;
color: #000;
/* background: rgb(57, 63, 68); */
box-shadow: 0 2px 20px -10px #06111e;
/* background: red;
color: #000; */
}
21 changes: 21 additions & 0 deletions vendor/github.com/emicklei/go-restful/v3/filter_adapter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e9867ea

Please sign in to comment.