Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for serviceCluster (0.19 sec)

  1. pilot/pkg/xds/xds_test.go

    		t.Fatalf("Expected list %v to be equal to %v", a, b)
    	}
    }
    
    func TestClusterLocal(t *testing.T) {
    	tests := map[string]struct {
    		fakeOpts            xds.FakeOptions
    		serviceCluster      string
    		wantClusterLocal    map[cluster.ID][]string
    		wantNonClusterLocal map[cluster.ID][]string
    	}{
    		// set up a k8s service in each cluster, with a pod in each cluster and a workloadentry in cluster-1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. pilot/cmd/pilot-agent/app/cmd.go

    		"Token provider specific plugin name.")
    	// DEPRECATED. Flags for proxy configuration
    	proxyCmd.PersistentFlags().StringVar(&proxyArgs.ServiceCluster, "serviceCluster", constants.ServiceClusterName, "Service cluster")
    	// Log levels are provided by the library https://github.com/gabime/spdlog, used by Envoy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  3. pkg/kube/inject/template.go

    		pc.ControlPlaneAuthPolicy = 0
    	}
    	if x, ok := pc.GetClusterName().(*meshconfig.ProxyConfig_ServiceCluster); ok {
    		if x.ServiceCluster == defaults.GetClusterName().(*meshconfig.ProxyConfig_ServiceCluster).ServiceCluster {
    			pc.ClusterName = nil
    		}
    	}
    
    	if proto.Equal(pc.DrainDuration, defaults.DrainDuration) {
    		pc.DrainDuration = nil
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 16 02:12:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/tracing.go

    ) (*hcm.HttpConnectionManager_Tracing, bool, error) {
    	startChildSpan := false
    	useCustomSampler := false
    	var serviceCluster string
    	var maxTagLength uint32
    	var providerConfig typedConfigGenFn
    	var providerName string
    	if proxy.XdsNode != nil {
    		serviceCluster = proxy.XdsNode.Cluster
    	}
    	switch provider := providerCfg.Provider.(type) {
    	case *meshconfig.MeshConfig_ExtensionProvider_Zipkin:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  5. operator/pkg/util/merge_iop.go

    		EnvoyHTTPAls       struct{} `json:"envoyHttpAls"`
    		EnvoyTCPAls        struct{} `json:"envoyTcpAls"`
    		OpenTelemetry      struct{} `json:"opentelemetry"`
    	}
    	clusterName struct {
    		ServiceCluster     *v1alpha13.ProxyConfig_ServiceCluster      `json:"serviceCluster,omitempty"`
    		TracingServiceName *v1alpha13.ProxyConfig_TracingServiceName_ `json:"tracingServiceName,omitempty"`
    	}
    )
    
    type proxyConfig struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 18:21:41 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/tracing_none_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
                "name": "global config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. tools/bug-report/pkg/testdata/input/ingress.log

      controlPlaneAuthPolicy: NONE
      discoveryAddress: istiod.istio-system.svc:15012
      drainDuration: 45s
      parentShutdownDuration: 1m0s
      proxyAdminPort: 15000
      proxyMetadata:
        DNS_AGENT: ""
      serviceCluster: istio-proxy
      tracing:
        zipkin:
          address: zipkin.istio-system:9411
    enablePrometheusMerge: false
    ingressClass: istio
    ingressControllerMode: STRICT
    ingressService: istio-ingressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 03 15:51:03 UTC 2020
    - 11K bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/tracing_opencensusagent_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/auth_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
                "name": "global config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/lrs_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
                "name": "global config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top