djannot / envoyctl

45 stars 4 forks source link

Readme Typo #3

Closed christian1607 closed 3 years ago

christian1607 commented 3 years ago

There is a typo in the README in the USAGE section

Actual:

kubect-n istio-system port-forward deploy/istio-ingressgateway 15000 &
curl localhost:15000/config_dump | envoyctl -f -

It should be:

kubectl -n istio-system port-forward deploy/istio-ingressgateway 15000 &
curl localhost:15000/config_dump | envoyctl -f -

Regards

djannot commented 3 years ago

Done. Thanks !