We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be1aef commit 63a0a71Copy full SHA for 63a0a71
1 file changed
DEVELOPER.md
@@ -74,9 +74,9 @@ and runs the Gateway API conformance tests.
74
75
### Debugging the Envoy Config
76
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.
+on the Envoy deployment that corresponds to a Gateway so that it can be accessed locally.
78
79
-`kubectl port-forward deploy/envoy-default-eg -n envoy-gateway-system 19000:19000`
+`kubectl port-forward deploy/envoy-${GATEWAY_NAMESPACE}-${GATEWAY_NAME} -n envoy-gateway-system 19000:19000`
80
81
Now you are able to view the running Envoy configuration by navigating to `127.0.0.1:19000/config_dump`.
82
0 commit comments