Skip to content

Commit 2f6c5db

Browse files
authored
Merge pull request #6217 from EnterpriseDB/docs/pg4k/fix/shortenfreeeval
PG4K - Shorter version of eval page (migrated over)
2 parents bfcb5aa + 8212321 commit 2f6c5db

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

product_docs/docs/postgres_for_kubernetes/1/evaluation.mdx

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,11 @@ originalFilePath: 'src/evaluation.md'
55

66
EDB Postgres for Kubernetes is available for a free evaluation.
77

8-
The process is different between Community PostgreSQL and EDB Postgres Advanced Server.
8+
Use your EDB account to evaluate Postgres for Kubernetes. If you don't have an account, [register](https://www.enterprisedb.com/accounts/register) for one. Then follow the [installation guide](installation_upgrade.md) to install the operator, using the access token you obtained from your EDB account.
99

1010
## Evaluating using PostgreSQL
1111

12-
By default, EDB Postgres for Kubernetes installs the latest available version of Community PostgreSQL.
13-
14-
No license key is required. The operator automatically generates an implicit trial license for the cluster that lasts for 30 days. This trial license is ideal for evaluation, proof of concept, integration with CI/CD pipelines, and so on.
12+
By default, EDB Postgres for Kubernetes installs the latest available version of Community Postgresql.
1513

1614
PostgreSQL container images are available at [quay.io/enterprisedb/postgresql](https://quay.io/repository/enterprisedb/postgresql).
1715

18-
## Evaluating using EDB Postgres Advanced Server
19-
20-
There are two ways to obtain the EDB Postgres Advanced Server image for evaluation purposes. The easiest is through the EDB Image Repository, where all you’ll need is an EDB account to auto generate a repository access token. The other way is to download the image through [quay.io](http://quay.io) and request a trial license key from EDB support.
21-
22-
### EDB Image Repository
23-
24-
You can use EDB Postgres for Kubernetes with EDB Postgres Advanced Server. You can access the image by obtaining a repository access token to EDB's image repositories.
25-
26-
### Obtaining your access token
27-
28-
You can request a repository access token from the [EDB Repositories Download](https://www.enterprisedb.com/repos-downloads) page. You will also need to be signed into your EDB account. If you don't have an EDB Account, you can [register for one](https://www.enterprisedb.com/accounts/register) on the EDB site.
29-
30-
### Quay Image Repository
31-
32-
If you want to use the Quay image repository, you’ll need a trial license key for access to use the images. To request a trial license key for EDB Postgres Kubernetes please contact your sales representative or you can contact our EDB Technical Support Team by email at [[email protected]](mailto:[email protected]) or file a ticket on our support portal <https://techsupport.enterprisedb.com>. Please allow 24 hours for your license to be generated and delivered to you and if you need any additional support please do not hesitate to contact us.
33-
34-
Once you have your license key, EDB Postgres Advanced container images will be available at <https://quay.io/repository/enterprisedb/edb-postgres-advanced>
35-
36-
You can then use EDB Postgres Advanced Server by setting in the `spec` section of the `Cluster` deployment configuration file:
37-
38-
- `imageName` to point to the quay.io/enterprisedb/edb-postgres-advanced repository
39-
- `licenseKey` to your license key (in the form of a string)
40-
41-
To see how `imageName` and `licenseKey` is set, refer to the [cluster-full-example](/postgres_for_kubernetes/latest/samples/cluster-example-full.yaml) file from the [configuration samples](/postgres_for_kubernetes/latest/samples/) section.
42-
43-
## Further Information
44-
45-
Refer to [License and License keys](license_keys.md) for terms and more details.

0 commit comments

Comments
 (0)