Skip to content

Commit

Permalink
Update documentation on E2E
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
  • Loading branch information
fcanovai and mnencia authored May 18, 2021
1 parent a4bb59e commit beca21c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions docs/src/e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ and the following suite of E2E tests are performed on that cluster:
* Creation of a `Cluster`;
* Usage of a persistent volume for data storage;
* Connection via services, including read-only;
* Scale-up of a `Cluster`;
* Scale-down of a `Cluster`;
* Connection via certificates generated by `kubectl-cnp`;
* Scale-up and scale-down of a `Cluster`;
* Failover;
* Switchover;
* Manage PostgreSQL configuration changes;
Expand All @@ -41,12 +41,17 @@ and the following suite of E2E tests are performed on that cluster:
* Pod affinity using `NodeSelector`;
* Metrics collection;
* Operator pod deletion;
* JSON log format;
* Operator configuration via ConfigMap;
* Operator pod eviction;
* Operator upgrade;
* Primary endpoint switch in case of failover in less than 10 seconds;
* Primary endpoint switch in case of switchover in less than 20 seconds;
* Recover from a degraded state in less than 60 seconds.

The E2E tests suite is also run for OpenShift 4.6 and the latest Kubernetes
and PostgreSQL releases on clusters created on the following services:
The E2E tests suite is also run for OpenShift versions 4.5, 4.6, and 4.7
and the latest Kubernetes and PostgreSQL releases on clusters created on the
following services:

* Google GKE
* Amazon EKS
Expand Down
2 changes: 1 addition & 1 deletion docs/src/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Changes:
operator using the YAML manifest, you must delete the existing operator
deployment before installing the new version. This is required to avoid
conflicts with other Kubernetes API's due to a change in labels
and label selectors being directly managed by the operator. Please refer to
and label selectors being directly managed by the operator. Please refer to
the Cloud Native PostgreSQL documentation for additional detail on upgrading
to 1.4.0
- Fix the labels that are automatically defined by the operator, renaming them
Expand Down

0 comments on commit beca21c

Please sign in to comment.