Skip to content

Commit 63a0a71

Browse files
committed
Updates Dev Doc to Use Gateway Ns/Name
Signed-off-by: danehans <daneyonhansen@gmail.com>
1 parent 0be1aef commit 63a0a71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ and runs the Gateway API conformance tests.
7474

7575
### Debugging the Envoy Config
7676
An easy way to view the envoy config that Envoy Gateway is using is to port-forward to the admin interface port (currently `19000`)
77-
on the Envoy Gateway deployment so that it can be accessed locally.
77+
on the Envoy deployment that corresponds to a Gateway so that it can be accessed locally.
7878

79-
`kubectl port-forward deploy/envoy-default-eg -n envoy-gateway-system 19000:19000`
79+
`kubectl port-forward deploy/envoy-${GATEWAY_NAMESPACE}-${GATEWAY_NAME} -n envoy-gateway-system 19000:19000`
8080

8181
Now you are able to view the running Envoy configuration by navigating to `127.0.0.1:19000/config_dump`.
8282

0 commit comments

Comments
 (0)