Skip to content

Commit 5578bb5

Browse files
authored
docs: clarification about how to reach the external registry (#82)
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent f460a34 commit 5578bb5

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

BUILD.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,15 @@ task e2e:export-kubeconfig KUBECONFIG_PATH=./kubeconfig
176176
export KUBECONFIG=$PWD/kubeconfig
177177
```
178178

179-
To allow the test suite (running within the Docker network) to reach the API
180-
server:
179+
> [!IMPORTANT]
180+
> The local registry running alongside the Kind cluster is reachable within
181+
> Kubernetes at `registry.extensions:5000`. When testing your local builds, you
182+
> must point the extension's `reference` to this internal address.
183+
> For example, if you are testing a locally built `pgvector` image, use:
184+
> `reference: registry.extensions:5000/pgvector-testing:<tag>`
185+
186+
To allow the test suite (which runs within the Docker network) to reach the
187+
Kubernetes API server, export the internal Kubeconfig:
181188

182189
```bash
183190
task e2e:export-kubeconfig KUBECONFIG_PATH=./kubeconfig INTERNAL=true

0 commit comments

Comments
 (0)