We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277ce06 commit d375860Copy full SHA for d375860
server/src/test/resources/envoy/launch_envoy.sh
@@ -13,6 +13,6 @@ echo "${CONFIG}" | sed -e "s/HOST_IP/${HOST_IP}/g" -e "s/HOST_PORT/${HOST_PORT}/
13
cat "${CONFIG_FILE}"
14
15
shift 2
16
-/usr/local/bin/envoy --drain-time-s 1 --v2-config-only -c "${CONFIG_FILE}" "$@"
+/usr/local/bin/envoy --drain-time-s 1 -c "${CONFIG_FILE}" "$@"
17
18
rm -rf "${CONFIG_DIR}"
0 commit comments