Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ISTIO_META_ISTIO_PROXY_SHA (0.26 sec)

  1. pilot/docker/Dockerfile.proxyv2

    # Install Envoy.
    ARG TARGETARCH
    COPY ${TARGETARCH:-amd64}/${SIDECAR} /usr/local/bin/${SIDECAR}
    
    # Environment variable indicating the exact proxy sha - for debugging or version-specific configs
    ENV ISTIO_META_ISTIO_PROXY_SHA $proxy_version
    
    ARG TARGETARCH
    COPY ${TARGETARCH:-amd64}/pilot-agent /usr/local/bin/pilot-agent
    
    # The pilot-agent will bootstrap Envoy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 00:17:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. pkg/bootstrap/instance_test.go

    			sdsUDSPath:   "udspath",
    			sdsTokenPath: "/var/run/secrets/tokens/istio-token",
    		},
    		{
    			base: "default",
    		},
    		{
    			base: "running",
    			envVars: map[string]string{
    				"ISTIO_META_ISTIO_PROXY_SHA":   "istio-proxy:sha",
    				"ISTIO_META_INTERCEPTION_MODE": "REDIRECT",
    				"ISTIO_META_ISTIO_VERSION":     "release-3.1",
    				"ISTIO_META_POD_NAME":          "svc-0-0-0-6944fb884d-4pgx8",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top