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
Copy file name to clipboardExpand all lines: README.asciidoc
+12-20Lines changed: 12 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,36 +25,29 @@ The PostgreSQL Operator leverages Kubernetes Custom Resource Definitions to defi
25
25
* *pgbackups*
26
26
* *pgpolicies*
27
27
28
-
Once those custom objects are defined, Kubernetes provides the ability to create and manage those objects similar to any other native Kubernetes object.
28
+
Kubernetes provides the ability to create and manage Custom Resource Definitions similar to any other native Kubernetes object.
29
29
30
-
The PostgreSQL Operator runs within Kubernetes detecting these new custom object types being created, updated, or removed.
30
+
The PostgreSQL Operator runs within Kubernetes detecting these custom object types as they are created, updated, or removed.
31
31
32
-
Once the objects are detected, the PostgreSQL Operator enables users to perform operations across the Kubernetes environment, including:
32
+
The PostgreSQL Operator enables users to perform operations, including:
33
33
34
-
* Create a PostgreSQL Cluster
35
-
* Destroy a PostgreSQL Cluster
36
-
* Backup a PostgreSQL Cluster
37
-
* Scale a a PostgreSQL Cluster
38
-
* Restore a PostgreSQL Cluster
34
+
* Create, Delete, Scale, Restore, and Backup a PostgreSQL Cluster
39
35
* Upgrade a PostgreSQL Cluster
40
-
* View PVC
36
+
* View PVCs used by PostgreSQL clusters
41
37
* Test Connections to a PostgreSQL Cluster
42
-
* Create a SQL-based Policy
43
-
* Apply a SQL-based Policy to a PostgreSQL Cluster
44
-
* Perform User Management
38
+
* Create and apply a SQL-based Policy to a PostgreSQL Cluster
39
+
* Perform User and Password Management
45
40
* Apply User Defined Labels to PostgreSQL Clusters
46
-
* Perform Password Management
47
41
48
42
49
43
[#Requirements]
50
44
== Requirements
51
45
52
-
CRD (custom resource definitions) are supported starting with Kube 1.7.X.
53
-
NOTE: Along with this new major version, changes were made to the configuration
54
-
settings from the prior version of the Operator.
46
+
CRD (custom resource definitions) are supported starting with Kube 1.7.X and
47
+
with the PostgreSQL Operator version 2.0.
55
48
56
49
If you require an older version of Kube (< 1.7), you can work
57
-
with the operator version 1.5.2 which resides in the github 1.5.X branch.
50
+
with the PostgreSQL Operator version 1.5.2 which resides in the github 1.5.X branch.
58
51
Note however, that the older operator will be deprecated and no longer
|Namespace | the namespace the Operator will run within
69
67
|Cluster.CCPImageTag |newly created containers will be based on this image version (e.g. centos7-9.6.5-1.6.0), unless you override it using the --ccp-image-tag command line flag
70
68
|Cluster.Port | the PostgreSQL port to use for new containers (e.g. 5432)
0 commit comments