Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PILOT_ADDRESS (0.08 sec)

  1. tools/packaging/common/istio-start.sh

    DEFAULT_PILOT_ADDRESS="istiod.${ISTIO_SYSTEM_NAMESPACE}.svc:15012"
    CUSTOM_PILOT_ADDRESS="${PILOT_ADDRESS:-}"
    if [ -z "${CUSTOM_PILOT_ADDRESS}" ] && [ -n "${ISTIO_PILOT_PORT:-}" ]; then
      CUSTOM_PILOT_ADDRESS=istiod.${ISTIO_SYSTEM_NAMESPACE}.svc:${ISTIO_PILOT_PORT}
    fi
    
    # CA_ADDR > PILOT_ADDRESS > ISTIO_PILOT_PORT
    CA_ADDR=${CA_ADDR:-${CUSTOM_PILOT_ADDRESS:-${DEFAULT_PILOT_ADDRESS}}}
    PROV_CERT=${PROV_CERT-./etc/certs}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 22:16:26 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top