File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments