Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 312 for clustername (0.15 sec)

  1. pilot/pkg/networking/core/cluster_traffic_policy.go

    		if override == networking.ConnectionPoolSettings_HTTPSettings_UPGRADE {
    			log.Debugf("Upgrading cluster: %v (%v %v)", clusterName, mesh.H2UpgradePolicy, override)
    			return true
    		}
    		if override == networking.ConnectionPoolSettings_HTTPSettings_DO_NOT_UPGRADE {
    			log.Debugf("Not upgrading cluster: %v (%v %v)", clusterName, mesh.H2UpgradePolicy, override)
    			return false
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 20K bytes
    - Viewed (0)
  2. pilot/pkg/networking/grpcgen/grpcgen_test.go

    		}
    		if sc.Cookie.Path != "/Service/Method" {
    			t.Fatal("Missing expected cookie path", sc.Cookie)
    		}
    		clusterName := "outbound|9999||echo-persistent.test.svc.cluster.local"
    		adscConn.Send(&discovery.DiscoveryRequest{
    			TypeUrl:       v3.EndpointType,
    			ResourceNames: []string{clusterName},
    		})
    		_, err = adscConn.Wait(5*time.Second, v3.EndpointType)
    		if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:04:02 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  3. manifests/charts/ztunnel/values.yaml

      imagePullPolicy: ""
    
      # Settings for multicluster
      multiCluster:
        # The name of the cluster we are installing in. Note this is a user-defined name, which must be consistent
        # with Istiod configuration.
        clusterName: ""
    
      # meshConfig defines runtime configuration of components.
      # For ztunnel, only defaultConfig is used, but this is nested under `meshConfig` for consistency with other
      # components.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:30 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/suggest/settings/AnalyzerSettingsTest.java

                // settingsBuilder.putList("discovery.seed_hosts", "127.0.0.1:9301");
                // settingsBuilder.putList("cluster.initial_master_nodes", "127.0.0.1:9301");
            }).build(newConfigs().clusterName("ArraySettingsTest").numOfNode(1)
                    .pluginTypes("org.codelibs.opensearch.extension.ExtensionPlugin"));
            runner.ensureYellow();
        }
    
        @AfterClass
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  5. cmd/kubeadm/test/kubeconfig/util.go

    	currentContext := config.Contexts[config.CurrentContext]
    
    	// assert cluster name
    	if currentContext.Cluster != expectedClusterName {
    		t.Errorf("kubeconfig.currentContext.clusterName [%s], expected [%s]", currentContext.Cluster, expectedClusterName)
    		return
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster.go

    				endpointBuilder = endpoints.NewCDSEndpointBuilder(proxy, cb.req.Push,
    					clusterName, model.TrafficDirectionOutbound, "", service.Hostname, port.Port,
    					service, destRule,
    				)
    				lbEndpoints = endpointBuilder.FromServiceEndpoints()
    			}
    
    			defaultCluster := cb.buildCluster(clusterName, discoveryType, lbEndpoints, model.TrafficDirectionOutbound, port, service, nil, "")
    			if defaultCluster == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/suggest/settings/ElevateWordSettingsTest.java

                // settingsBuilder.putList("discovery.seed_hosts", "127.0.0.1:9301");
                // settingsBuilder.putList("cluster.initial_master_nodes", "127.0.0.1:9301");
            }).build(newConfigs().clusterName("ArraySettingsTest").numOfNode(1)
                    .pluginTypes("org.codelibs.opensearch.extension.ExtensionPlugin"));
            runner.ensureYellow();
        }
    
        @AfterClass
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/multicluster/service.go

    func (s *ServiceAnalyzer) Analyze(c analysis.Context) {
    	services := map[resource.FullName]map[cluster.ID]*resource.Instance{}
    	c.ForEach(gvk.Service, func(r *resource.Instance) bool {
    		clusterID := r.Origin.ClusterName()
    		if clusterID == "" {
    			return true
    		}
    		if _, ok := services[r.Metadata.FullName]; !ok {
    			services[r.Metadata.FullName] = map[cluster.ID]*resource.Instance{}
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/match/matchers_test.go

    )
    
    func init() {
    	allClusters[cls1.Name()] = cls1
    }
    
    var (
    	allClusters = make(cluster.Map)
    	// 2 clusters on 2 networks
    	cls1 = &kube.Cluster{Topology: cluster.Topology{
    		ClusterName:        "cls1",
    		Network:            "n1",
    		PrimaryClusterName: "cls1",
    		ConfigClusterName:  "cls1",
    		Index:              0,
    		AllClusters:        allClusters,
    	}}
    
    	// simple pod
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_test.go

    // TestUnstructuredMetadataOmitempty checks that ObjectMeta omitempty
    // semantics are enforced for unstructured objects.
    // The fuzzing test above should catch these cases but this is here just to be safe.
    // Example: the metadata.clusterName field has the omitempty json tag
    // so if it is set to it's zero value (""), it should be removed from the metadata map.
    func TestUnstructuredMetadataOmitempty(t *testing.T) {
    	scheme := runtime.NewScheme()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top