Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 312 for clustername (0.17 sec)

  1. cmd/kubeadm/app/util/kubeconfig/kubeconfig_test.go

    		expected    string
    	}{
    		{"empty config", configClient{}, configClientWithCerts{}, ""},
    		{"clusterName kubernetes", configClient{clusterName: "kubernetes"}, configClientWithCerts{}, ""},
    	}
    	for _, rt := range createBasicTest {
    		t.Run(rt.name, func(t *testing.T) {
    			cwc := CreateWithCerts(
    				rt.cc.serverURL,
    				rt.cc.clusterName,
    				rt.cc.userName,
    				rt.cc.caCert,
    				rt.ccWithCerts.clientKey,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 18 06:49:59 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/networkfilter.go

    		if route.Weight > 0 {
    			clusterName := istioroute.GetDestinationCluster(route.Destination, service, port.Port)
    			clusterSpecifier.WeightedClusters.Clusters = append(clusterSpecifier.WeightedClusters.Clusters, &tcp.TcpProxy_WeightedCluster_ClusterWeight{
    				Name:   clusterName,
    				Weight: uint32(route.Weight),
    			})
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  3. pilot/pkg/xds/endpoints/endpoint_builder.go

    	}
    	return &endpoint.ClusterLoadAssignment{
    		ClusterName: b.clusterName,
    		Endpoints:   llbEndpoints,
    	}
    }
    
    // cluster with no endpoints
    func buildEmptyClusterLoadAssignment(clusterName string) *endpoint.ClusterLoadAssignment {
    	return &endpoint.ClusterLoadAssignment{
    		ClusterName: clusterName,
    	}
    }
    
    func (b *EndpointBuilder) gateways() *model.NetworkGateways {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  4. pkg/test/framework/components/cluster/topology.go

    	return c.ConfigMetadata.String(key)
    }
    
    // NetworkName the cluster is on
    func (c Topology) NetworkName() string {
    	return c.Network
    }
    
    // Name provides the ClusterName this cluster used by Istio.
    func (c Topology) Name() string {
    	return c.ClusterName
    }
    
    // HTTPProxy to connect to the cluster
    func (c Topology) HTTPProxy() string {
    	return c.ClusterHTTPProxy
    }
    
    func (c Topology) ProxyKubectlOnly() bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/kubeconfig/kubeconfig.go

    func CreateBasic(serverURL, clusterName, userName string, caCert []byte) *clientcmdapi.Config {
    	// Use the cluster and the username as the context name
    	contextName := fmt.Sprintf("%s@%s", userName, clusterName)
    
    	return &clientcmdapi.Config{
    		Clusters: map[string]*clientcmdapi.Cluster{
    			clusterName: {
    				Server:                   serverURL,
    				CertificateAuthorityData: caCert,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 10:21:33 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/portfilter_output.json

    [
        {
            "clusterName": "outbound|80||istio-ingressgateway.istio-system.svc.cluster.local",
            "endpoints": [
                {
                    "locality": {},
                    "lbEndpoints": [
                        {
                            "endpoint": {
                                "address": {
                                    "socketAddress": {
                                        "address": "10.244.0.176",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/portfilter_output.yaml

    - clusterName: outbound|80||istio-ingressgateway.istio-system.svc.cluster.local
      endpoints:
      - lbEndpoints:
        - endpoint:
            address:
              socketAddress:
                address: 10.244.0.176
                portValue: 8080
            healthCheckConfig: {}
          healthStatus: HEALTHY
          loadBalancingWeight: 1
          metadata:
            filterMetadata:
              istio:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 1K bytes
    - Viewed (0)
  8. pilot/pkg/xds/eds.go

    	var removed []string
    	empty := 0
    	cached := 0
    	regenerated := 0
    
    	for _, clusterName := range w.ResourceNames {
    		// filter out eds that are not updated for clusters
    		if _, ok := edsUpdatedServices[model.ParseSubsetKeyHostname(clusterName)]; !ok {
    			continue
    		}
    
    		builder := endpoints.NewEndpointBuilder(clusterName, proxy, req.Push)
    		// if a service is not found, it means the cluster is removed
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 15:58:06 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  9. istioctl/pkg/multicluster/remote_secret_test.go

    			haveTokenSecret: makeSecret("", "", "token"),
    			context:         "c0",
    			clusterName:     fakeClusterName,
    			wantErrStr:      errMissingRootCAKey.Error(),
    		},
    		{
    			name:            "missing token",
    			haveTokenSecret: makeSecret("", "caData", ""),
    			context:         "c0",
    			clusterName:     fakeClusterName,
    			wantErrStr:      errMissingTokenKey.Error(),
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 20.6K bytes
    - Viewed (0)
  10. prow/config/topology/external-istiod.json

    [
      {
        "kind": "Kubernetes",
        "clusterName": "config",
        "podSubnet": "10.20.0.0/16",
        "svcSubnet": "10.255.20.0/24",
        "network": "network-1",
        "primaryClusterName": "external",
        "configClusterName": "config"
      },
      {
        "kind": "Kubernetes",
        "clusterName": "external",
        "podSubnet": "10.10.0.0/16",
        "svcSubnet": "10.255.10.0/24",
        "network": "network-1",
        "primaryClusterName": "external",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 25 15:28:47 UTC 2021
    - 512 bytes
    - Viewed (0)
Back to top