Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for GRPC_XDS_BOOTSTRAP (0.17 sec)

  1. pkg/kube/inject/testdata/inputs/custom-template.yaml.40.template.gen.yaml

                  }' > /var/lib/grpc/data/bootstrap.json
          containers:
          {{- range $index, $container := .Spec.Containers }}
          - name: {{ $container.Name }}
            env:
              - name: GRPC_XDS_BOOTSTRAP
                value: /var/lib/grpc/data/bootstrap.json
              - name: GRPC_GO_LOG_VERBOSITY_LEVEL
                value: "99"
              - name: GRPC_GO_LOG_SEVERITY_LEVEL
                value: info
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 76.7K 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)
  3. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              containers:
              {{- range $index, $container := .Spec.Containers }}
              - name: {{ $container.Name }}
                env:
                  - name: GRPC_XDS_BOOTSTRAP
                    value: /var/lib/grpc/data/bootstrap.json
                  - name: GRPC_GO_LOG_VERBOSITY_LEVEL
                    value: "99"
                  - name: GRPC_GO_LOG_SEVERITY_LEVEL
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              containers:
              {{- range $index, $container := .Spec.Containers }}
              - name: {{ $container.Name }}
                env:
                  - name: GRPC_XDS_BOOTSTRAP
                    value: /var/lib/grpc/data/bootstrap.json
                  - name: GRPC_GO_LOG_VERBOSITY_LEVEL
                    value: "99"
                  - name: GRPC_GO_LOG_SEVERITY_LEVEL
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    | indent 6 }} {{ end }} {{- end }} {{- range $index, $container := .Spec.Containers }} {{ 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 - mountPath: /etc/istio/proxy name: istio-xds {{- if eq $.Values.global.caName...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top