Skip to content

Commit 4f42efd

Browse files
gbartoliniNiccoloFei
authored andcommitted
docs: review
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent 07df457 commit 4f42efd

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

BUILD.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ task e2e:setup-env
168168
```
169169

170170
> [!INFO]
171-
> You can customize the local registry's port using the `REGISTRY_HOST_PORT` variable.
172-
> If you setup the environment with a custom `REGISTRY_HOST_PORT`, take care to include
173-
> this variable when running tasks that interact with the local registry.
171+
> Use the `REGISTRY_HOST_PORT` variable to customize the local registry port.
172+
> If changed, you must pass this variable to all subsequent tasks that interact
173+
> with the registry to ensure connectivity.
174174
175175
### Get access to the cluster
176176

@@ -182,9 +182,10 @@ export KUBECONFIG=$PWD/kubeconfig
182182
```
183183

184184
> [!IMPORTANT]
185-
> The local registry running alongside the Kind cluster is reachable within
186-
> Kubernetes at `registry.extensions:5000`. When testing your local builds, you
187-
> must point the extension's `reference` to this internal address.
185+
> By default, the local registry running alongside the Kind cluster is
186+
> reachable within Kubernetes at `registry.extensions:5000`. When testing your
187+
> local builds, you must point the extension's `reference` to this internal
188+
> address.
188189
> For example, if you are testing a locally built `pgvector` image, use:
189190
> `reference: registry.extensions:5000/pgvector-testing:<tag>`
190191

0 commit comments

Comments
 (0)