Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 77 of 77 for proxyTest (0.14 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                    value: info
                volumeMounts:
                  - mountPath: /var/lib/grpc/data/
                    name: grpc-io-proxyless-bootstrap
              {{- end }}
              volumes:
                - name: grpc-io-proxyless-bootstrap
                  emptyDir: {}
          grpc-agent: |
            {{- define "resources"  }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    |Properties specific to your Gradle project
    |`TestFilter::isFailOnNoMatchingTests=false`
    
    |<<#sec:gradle_system_properties,System properties>>
    |Properties that are passed to the Gradle runtime (JVM)
    |`systemProp.http.proxyHost=somehost.org`
    
    |<<#sec:gradle_configuration_properties,Gradle properties>>
    |Properties that configure Gradle settings and the Java process that executes your build
    |`org.gradle.logging.level=quiet`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    * `https.proxyHost`
    * `https.proxyPort`
    * `https.proxyUser`
    * `https.proxyPassword`
    * `http.nonProxyHosts` (NOTE: this is not a typo.)
    
    If the `org.gradle.s3.endpoint` property has been specified with a HTTP (not HTTPS) URI the following system proxy settings can be used:
    
    * `http.proxyHost`
    * `http.proxyPort`
    * `http.proxyUser`
    * `http.proxyPassword`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  4. pilot/pkg/xds/endpoints/endpoint_builder.go

    				},
    			}
    		}
    	}
    
    	return ep
    }
    
    func supportTunnel(b *EndpointBuilder, e *model.IstioEndpoint) bool {
    	if b.proxy.IsProxylessGrpc() {
    		// Proxyless client cannot handle tunneling, even if the server can
    		return false
    	}
    
    	// Other side is a waypoint proxy.
    	if al := e.Labels[constants.ManagedGatewayLabel]; al == constants.ManagedGatewayMeshControllerLabel {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  5. pkg/test/kube/dump.go

    		// no proxy container
    		return false
    	}
    	for k, v := range pod.ObjectMeta.Annotations {
    		if k == annotation.InjectTemplates.Name && strings.HasPrefix(v, "grpc-") {
    			// proxy container may run only agent for proxyless gRPC
    			return false
    		}
    	}
    	return true
    }
    
    func checkIfVM(pod corev1.Pod) bool {
    	for k := range pod.ObjectMeta.Labels {
    		if strings.Contains(k, "test-vm") {
    			return true
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                    value: info
                volumeMounts:
                  - mountPath: /var/lib/grpc/data/
                    name: grpc-io-proxyless-bootstrap
              {{- end }}
              volumes:
                - name: grpc-io-proxyless-bootstrap
                  emptyDir: {}
          grpc-agent: |
            {{- define "resources"  }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    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 volumeMounts: - mountPath: /var/lib/grpc/data/ name: grpc-io-proxyless-bootstrap {{- end }} volumes: - name: grpc-io-proxyless-bootstrap emptyDir: {} manifests/charts/istio-control/istio-discovery/files/profile-openshift.yaml # The OpenShift profile provides a basic set of settings to run Istio on OpenShift # CNI must be installed. cni: cniBinDir:...
    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