Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GRPC_XDS_BOOTSTRAP (0.16 sec)

  1. manifests/charts/istio-control/istio-discovery/files/grpc-agent.yaml

    {{ if not (eq $container.Name "istio-proxy") }}
      - name: {{ $container.Name }}
        env:
          - name: "GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT"
            value: "true"
          - name: "GRPC_XDS_BOOTSTRAP"
            value: "/etc/istio/proxy/grpc-bootstrap.json"
        volumeMounts:
          - mountPath: /var/lib/istio/data
            name: istio-data
          # UDS channel between istioagent and gRPC client for XDS/SDS
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 26 16:51:17 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. pkg/istio-agent/agent.go

    	MinimumDrainDuration time.Duration
    
    	ExitOnZeroActiveConnections bool
    
    	// Cloud platform
    	Platform platform.Environment
    
    	// GRPCBootstrapPath if set will generate a file compatible with GRPC_XDS_BOOTSTRAP
    	GRPCBootstrapPath string
    
    	// Disables all envoy agent features
    	DisableEnvoy          bool
    	DownstreamGrpcOptions []grpc.ServerOption
    
    	IstiodSAN string
    
    	WASMOptions wasm.Options
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
Back to top