- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for download_envoy_if_necessary (0.23 sec)
-
bin/init.sh
if [[ -n "${DEBUG_IMAGE:-}" ]]; then # Download and extract the Envoy linux debug binary. download_envoy_if_necessary "${ISTIO_ENVOY_LINUX_DEBUG_URL}" "$ISTIO_ENVOY_LINUX_DEBUG_PATH" "${SIDECAR}" else echo "Skipping envoy debug. Set DEBUG_IMAGE to download." fi # Download and extract the Envoy linux release binary. download_envoy_if_necessary "${ISTIO_ENVOY_LINUX_RELEASE_URL}" "$ISTIO_ENVOY_LINUX_RELEASE_PATH" "${SIDECAR}"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jan 25 19:11:31 UTC 2024 - 6.1K bytes - Viewed (0)