Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 340 for clusterIPs (0.16 sec)

  1. common/scripts/kind_provisioner.sh

        retry kubectl apply -f "${METRICS_SERVER_CONFIG_DIR}"
      fi
    
      # Install Metallb if not set to install explicitly
      if [[ -z "${NOMETALBINSTALL}" ]]; then
        retry install_metallb ""
      fi
    
      # IPv6 clusters need some CoreDNS changes in order to work in CI:
      # Istio CI doesn't offer IPv6 connectivity, so CoreDNS should be configured
      # to work in an offline environment:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 19:12:55 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. pkg/kubelet/certificate/bootstrap/bootstrap_test.go

    	copyFile("./testdata/mycertinvalid.key", fileDir+"/mycertinvalid.key")
    	copyFile("./testdata/mycertvalid.key", fileDir+"/mycertvalid.key")
    	testDataValid := []byte(`
    apiVersion: v1
    kind: Config
    clusters:
    - cluster:
        certificate-authority: ca-a.crt
        server: https://cluster-a.com
      name: cluster-a
    - cluster:
        server: https://cluster-b.com
      name: cluster-b
    contexts:
    - context:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 14:24:11 UTC 2023
    - 13K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/util/kubeconfig/kubeconfig_test.go

    )
    
    const (
    	configOut1 = `apiVersion: v1
    clusters:
    - cluster:
        server: ""
      name: k8s
    contexts:
    - context:
        cluster: k8s
        user: user1
      name: user1@k8s
    current-context: user1@k8s
    kind: Config
    preferences: {}
    users:
    - name: user1
      user:
        token: abc
    `
    	configOut2 = `apiVersion: v1
    clusters:
    - cluster:
        server: localhost:8080
      name: kubernetes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 18 06:49:59 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  4. 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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  5. tests/integration/telemetry/api/wasmplugin_test.go

    	t.Helper()
    	// Test bad wasm remote load in only one cluster.
    	// There is no need to repeat the same testing logic in multiple clusters.
    	to := match.Cluster(t.Clusters().Default()).FirstOrFail(t, GetClientInstances())
    	// Verify that echo server could return 200
    	SendTrafficOrFail(t, to)
    	t.Log("echo server returns OK, apply bad wasm remote load filter.")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. tests/integration/security/sds_ingress/ingress_test.go

    						// Add kubernetes secret to provision key/cert for ingress gateway.
    						ingressutil.CreateIngressKubeSecret(t, credName, ingressutil.TLS,
    							ingressutil.IngressCredentialA, false)
    
    						ing := inst.IngressFor(t.Clusters().Default())
    						if ing == nil {
    							t.Skip()
    						}
    
    						tlsContextA := ingressutil.TLSContext{CaCert: ingressutil.CaCertA}
    						tlsContextB := ingressutil.TLSContext{CaCert: ingressutil.CaCertB}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  7. plugin/pkg/admission/imagepolicy/admission_test.go

    			kubeConfigTmpl: `
    clusters:
    - cluster:
        certificate-authority: {{ .CA }}
        server: https://admission.example.com
      name: foobar
    users:
    - name: a cluster
      user:
        client-certificate: {{ .Cert }}
        client-key: {{ .Key }}
    `,
    			wantErr: true,
    		},
    		{
    			msg: "multiple clusters with no context",
    			kubeConfigTmpl: `
    clusters:
    - cluster:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 06:05:06 UTC 2023
    - 32.9K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener_waypoint.go

    	weighted := make([]*route.WeightedCluster_ClusterWeight, 0)
    	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)
  9. tests/integration/pilot/tunneling_test.go

    			ctx.ConfigIstio().File(externalNs, "testdata/external-forward-proxy-deployment.yaml").ApplyOrFail(ctx)
    			applyForwardProxyService(ctx, externalNs)
    			externalForwardProxyIPs, err := i.PodIPsFor(ctx.Clusters().Default(), externalNs, "app=external-forward-proxy")
    			if err != nil {
    				t.Fatalf("error getting external forward proxy ips: %v", err)
    			}
    
    			for _, proxyConfig := range forwardProxyConfigurations {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. tests/integration/ambient/main_test.go

      ztunnel:
        terminationGracePeriodSeconds: 5
        env:
          SECRET_TTL: 5m
    `
    		}, cert.CreateCASecretAlt)).
    		Setup(func(t resource.Context) error {
    			gatewayConformanceInputs.Client = t.Clusters().Default()
    			gatewayConformanceInputs.Cleanup = !t.Settings().NoCleanup
    
    			return nil
    		}).
    		Setup(func(t resource.Context) error {
    			return SetupApps(t, i, apps)
    		}).
    		Setup(testRegistrySetup).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top