Skip to content

Commit

Permalink
Merge pull request #5720 from EnterpriseDB/docs/edits_to_pgd4k_pr5697
Browse files Browse the repository at this point in the history
Edits to PGD4K PR5697
  • Loading branch information
gvasquezvargas authored Jun 3, 2024
2 parents 8812ace + ad2425f commit 79088a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: 'Assembling a deployment command'
---

For a quick installation with the aim of testing the product, see the [Quick start](../quickstart/).
For a quick installation with the aim of testing the product, see [Quick start](../quickstart/).

For more targeted testing or production purposes, this overview describes how to assemble a command to deploy
For more targeted testing or production purposes, you can assemble a command to deploy
EDB Postgres Distributed for Kubernetes with the operand and proxy image versions of your choice.

## Prerequisites
Expand Down Expand Up @@ -39,8 +39,6 @@ After assembling the command with the required images,
see [Installation](../installation_upgrade) for instructions on how to add the repository,
deploy the images, and create a certificate issuer.

For more information about how to assemble your command, see the examples:

### Examples

These example commands:
Expand All @@ -66,7 +64,7 @@ Set the environment variables for the deployment command:
export EDB_SUBSCRIPTION_TOKEN=<my_registry_token>
```

1. Set the environment variable to use EBD Postgres Advanced Server 15.6.2 as the Postgres option,
1. Set the environment variable to use EBD Postgres Advanced Server 15.6.2 as the Postgres option
and PGD 5.4.1 as the Postgres Distributed version:

```
Expand Down Expand Up @@ -104,7 +102,7 @@ Set the environment variables for the deployment command:
export EDB_SUBSCRIPTION_TOKEN=<my_registry_token>
```

1. Insert the repository, image and proxy names into the command:
1. Insert the repository, image, and proxy names into the command:

```
helm upgrade --dependency-update \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: 'Identifying image names'
---

For a quick installation with the aim of testing the product, see the [Quick start](../quickstart/).
For a quick installation with the aim of testing the product, see [Quick start](../quickstart/).
For more targeted testing or production purposes,
this overview describes how to select a specific operand and proxy image version that's appropriate for your Postgres distribution.
you can select a specific operand and proxy image version that's appropriate for your Postgres distribution.

## Operand image name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ navigation:
- assemble_command
---

If you plan on deploying a specific version of Postgres Distributed or a specific Postgres distribution or version, you will need to select the appropriate images and image versions.
If you plan on deploying a specific version of Postgres Distributed or a specific Postgres distribution or version, you need to select the appropriate images and image versions.
Before [installing EDB Postgres Distributed for Kubernetes](../installation_upgrade):

1. Identify your repository name and retrieve your user token as explained in [EDB private image registries](private_registries).
Expand Down

1 comment on commit 79088a9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.