File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,8 +176,15 @@ task e2e:export-kubeconfig KUBECONFIG_PATH=./kubeconfig
176176export 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
183190task e2e:export-kubeconfig KUBECONFIG_PATH=./kubeconfig INTERNAL=true
You can’t perform that action at this time.
0 commit comments