Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 178 for clusterIPs (0.35 sec)

  1. pkg/test/framework/components/istio/cleanup.go

    	}
    
    	if i.cfg.DeployIstio {
    		errG := multierror.Group{}
    		// Make sure to clean up primary clusters before remotes, or istiod will recreate some of the CMs that we delete
    		// in the remote clusters before it's deleted.
    		for _, c := range i.ctx.AllClusters().Primaries() {
    			i.cleanupCluster(c, &errG)
    		}
    		for _, c := range i.ctx.Clusters().Remotes() {
    			i.cleanupCluster(c, &errG)
    		}
    		return errG.Wait().ErrorOrNil()
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/auto_clustering_test_helper.cc

          clustered_nodes++;
        }
        clusters[cluster][n->type_string()]++;
        cluster_size[cluster]++;
      }
    
      string result =
          absl::StrCat("Clustered nodes: ", clustered_nodes,
                       "\nUnclustered nodes: ", cluster_size[kNoCluster],
                       "\nNumber of clusters: ", clusters.size() - 1, "\n\n");
      for (const auto& pair : clusters) {
        if (pair.first == kNoCluster) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 12:11:46 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  3. pilot/pkg/credentials/kube/multicluster.go

    }
    
    var _ credentials.Controller = &AggregateController{}
    
    func (a *AggregateController) GetCertInfo(name, namespace string) (certInfo *credentials.CertInfo, err error) {
    	// Search through all clusters, find first non-empty result
    	var firstError error
    	for _, c := range a.controllers {
    		certInfo, err := c.GetCertInfo(name, namespace)
    		if err != nil {
    			if firstError == nil {
    				firstError = err
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. pkg/test/framework/components/prometheus/kube.go

    	_ Instance  = &kubeComponent{}
    	_ io.Closer = &kubeComponent{}
    )
    
    type kubeComponent struct {
    	id resource.ID
    
    	api       map[string]prometheusApiV1.API
    	forwarder map[string]istioKube.PortForwarder
    	clusters  cluster.Clusters
    }
    
    func getPrometheusYaml() (string, error) {
    	yamlBytes, err := os.ReadFile(filepath.Join(env.IstioSrc, "samples/addons/prometheus.yaml"))
    	if err != nil {
    		return "", err
    	}
    	yaml := string(yamlBytes)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  5. tests/integration/security/filebased_tls_origination/main_test.go

    			Annotations: map[string]string{annotation.SidecarInject.Name: "false"},
    		}},
    		Cluster: ctx.Clusters().Default(),
    	}
    
    	internalClient := echo.Config{
    		Service:   "internal-client",
    		Namespace: appNamespace,
    		Ports:     []echo.Port{},
    		Subsets: []echo.SubsetConfig{{
    			Version: "v1",
    		}},
    		Cluster: ctx.Clusters().Default(),
    	}
    
    	externalService := echo.Config{
    		Service:   "external-service",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  6. pilot/pkg/xds/cds_test.go

    			}
    			// Run multiple assertions to verify idempotency; previous versions had issues here.
    			for i := 0; i < 2; i++ {
    				clusters := s.Clusters(s.SetupProxy(&model.Proxy{ConfigNamespace: "test"}))
    				assertSANs(t, clusters, "outbound|80||example.default.svc.cluster.local", tt.sans)
    				t.Logf("iteration %d passed", i)
    			}
    		})
    	}
    }
    
    func TestServiceEntryMerge(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 02:06:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/match/matchers_test.go

    func (f fakeInstance) WorkloadsOrFail(test.Failer) echo.Workloads {
    	panic("implement me")
    }
    
    func (f fakeInstance) MustWorkloads() echo.Workloads {
    	panic("implement me")
    }
    
    func (f fakeInstance) Clusters() cluster.Clusters {
    	panic("implement me")
    }
    
    func (f fakeInstance) Call(echo.CallOptions) (echo.CallResult, error) {
    	panic("implement me")
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  8. pkg/test/framework/components/opentelemetry/kube.go

    metadata:
      name: opentelemetry-collector
    spec:
      hosts:
      # must be of form name.namespace.global
      - opentelemetry-collector.istio-system.global
      # Treat remote cluster services as part of the service mesh
      # as all clusters in the service mesh share the same root of trust.
      location: MESH_INTERNAL
      ports:
      - name: http-tracing-span
        number: 55678
        protocol: http
      resolution: DNS
      addresses:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 19:29:38 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  9. tests/integration/pilot/revisions/uninstall_test.go

    				}
    				out, _, err := istioCtl.Invoke(uninstallCmd)
    				if err != nil {
    					scopes.Framework.Errorf("failed to uninstall: %v, output: %v", err, out)
    				}
    				cs := t.Clusters().Default()
    				ls := fmt.Sprintf("istio.io/rev=%s", stableRevision)
    				checkCPResourcesUninstalled(t, cs, allGVKs, ls, false)
    			})
    		})
    }
    
    func TestUninstallByNotFoundRevision(t *testing.T) {
    	framework.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  10. samples/kind-lb/README.md

    create at most 40 public IP v4 addresses.
    
    The `ip-space` parameter is not required when you create just one cluster, however, when
    running multiple k8s clusters it is important to proivde different values for each cluster
    to avoid overlapping addresses.
    
    For example, to create two clusters, run the script two times with the following
    parameters:
    
    ```bash
      ./setupkind.sh --cluster-name cluster1 --ip-space 255 -i dual
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 02 19:08:19 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top