Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for __istio_debug (0.08 sec)

  1. pkg/collateral/control.go

    __istio_filedir() {
    	local RET OLD_IFS w qw
    	__istio_debug "_filedir $@ cur=$cur"
    	if [[ "$1" = \~* ]]; then
    		# somehow does not work. Maybe, zsh does not call this at all
    		eval echo "$1"
    		return 0
    	fi
    	OLD_IFS="$IFS"
    	IFS=$'\n'
    	if [ "$1" = "-d" ]; then
    		shift
    		RET=( $(compgen -d) )
    	else
    		RET=( $(compgen -f) )
    	fi
    	IFS="$OLD_IFS"
    	IFS="," __istio_debug "RET=${RET[@]} len=${#RET[@]}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 03:51:36 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. tools/packaging/common/istio-start.sh

      # Will run: ${ISTIO_BIN_BASE}/envoy -c $ENVOY_CFG --restart-epoch 0 --drain-time-s 2 --parent-shutdown-time-s 3 --service-cluster $SVC --service-node 'sidecar~${ISTIO_SVC_IP}~${POD_NAME}.${NS}.svc.cluster.local~${NS}.svc.cluster.local' $ISTIO_DEBUG >${ISTIO_LOG_DIR}/istio.log" istio-proxy
    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