Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 524 for cluster0 (0.11 sec)

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

    	for _, dst := range in.Route {
    		weight := &wrappers.UInt32Value{Value: uint32(dst.Weight)}
    		if dst.Weight == 0 {
    			// Ignore 0 weighted clusters if there are other clusters in the route.
    			// But if this is the only cluster in the route, then add it as a cluster with weight 100
    			if len(in.Route) == 1 {
    				weight.Value = uint32(100)
    			} else {
    				continue
    			}
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. tests/integration/helm/upgrade/util.go

    // for upgrade capability
    func performInPlaceUpgradeFunc(previousVersion string, isAmbient bool) func(framework.TestContext) {
    	return func(t framework.TestContext) {
    		cs := t.Clusters().Default().(*kubecluster.Cluster)
    		h := helm.New(cs.Filename())
    		nsConfig := helmtest.DefaultNamespaceConfig
    		t.CleanupConditionally(func() {
    			// only need to do call this once as helm doesn't need to remove
    			// all versions
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  3. pkg/adsc/adsc_test.go

    				},
    				routes: map[string]*route.RouteConfiguration{
    					"route-1": {
    						Name: "mar",
    					},
    				},
    				edsClusters: map[string]*cluster.Cluster{
    					"eds-cluster-1": {
    						Name: "test",
    					},
    				},
    				clusters: map[string]*cluster.Cluster{
    					"cluster-1": {
    						Name: "foo",
    					},
    				},
    				eds: map[string]*endpoint.ClusterLoadAssignment{
    					"load-assignment-1": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 19 22:42:42 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  4. istioctl/pkg/multicluster/remote_secret_test.go

    clusters:
    - cluster:
        certificate-authority-data: Y2FEYXRh
        server: https://1.2.3.4
      name: {cluster}
    contexts:
    - context:
        cluster: {cluster}
        user: {cluster}
      name: {cluster}
    current-context: {cluster}
    kind: Config
    preferences: {}
    users:
    - name: {cluster}
      user:
        token: token
    `, "{cluster}", fakeClusterName)
    
    	cases := []struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 20.6K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/phases/kubeconfig/kubeconfig_test.go

    			name:               "KubeConfig refers to the same cluster",
    			existingKubeConfig: config,
    			kubeConfig:         config,
    		},
    		{ // if KubeConfig is not equal to the existingKubeConfig - refers to the another cluster (a cluster with another Ca) -, raise error
    			name:               "KubeConfig refers to the cluster with another CA",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:04:18 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  6. tests/integration/pilot/gateway_test.go

    	dep, err := t.Clusters().Default().Kube().AppsV1().Deployments(apps.Namespace.Name()).
    		Get(context.Background(), "managed-owner-istio", metav1.GetOptions{})
    	assert.NoError(t, err)
    	assert.Equal(t, dep.Labels[constants.ManagedGatewayLabel], "")
    	assert.Equal(t, dep.Spec.Template.Spec.Containers[0].Image, image)
    
    	svc, err := t.Clusters().Default().Kube().CoreV1().Services(apps.Namespace.Name()).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/util/config/cluster_test.go

    apiVersion: kubelet.config.k8s.io/v1beta1
    kind: KubeletConfiguration
    `),
    }
    
    var kubeletConfFiles = map[string][]byte{
    	"withoutX509Cert": []byte(`
    apiVersion: v1
    clusters:
    - cluster:
        server: https://10.0.2.15:6443
        name: kubernetes
    contexts:
    - context:
        cluster: kubernetes
        user: system:node:mynode
      name: system:node:mynode@kubernetes
    current-context: system:node:mynode@kubernetes
    kind: Config
    preferences: {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/tracing_opencensusagent_golden.json

        }
      },
      "node": {
        "id": "sidecar~1.2.3.4~foo~bar",
        "cluster": "istio-proxy",
        "locality": {
        },
    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

        }
      },
      "node": {
        "id": "sidecar~1.2.3.4~foo~bar",
        "cluster": "istio-proxy",
        "locality": {
        },
    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

      "node": {
        "id": "sidecar~1.2.3.4~foo~bar",
        "cluster": "istio-proxy",
        "locality": {
        },
    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