Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 287 for serviceOf (0.17 sec)

  1. prow/config/mixedlb-service.yaml

        etcd:
          local:
            # Run etcd in a tmpfs (in RAM) for performance improvements
            dataDir: /tmp/kind-cluster-etcd
        apiServer:
          extraArgs:
            "service-account-issuer": "kubernetes.default.svc"
            "service-account-signing-key-file": "/etc/kubernetes/pki/sa.key"
    containerdConfigPatches:
      - |-
        [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 02 18:38:35 UTC 2023
    - 801 bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/tls.go

    		// service's port, then pick the service port if and only if the service has only one port. If service
    		// has multiple ports, then route to a cluster with the listener port (i.e. sidecar defined port) - the
    		// traffic will most likely blackhole.
    		port := listenPort.Port
    		if len(service.Ports) == 1 {
    			port = service.Ports[0].Port
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

            then:
            output.count("service:") == 6
            outputContains("service: created with value = 5")
            outputContains("service: created with value = 15")
            outputContains("service: value is 6")
            outputContains("service: value is 16")
            outputContains("service: closed with value 6")
            outputContains("service: closed with value 16")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  4. tests/integration/security/filebased_tls_origination/egress_gateway_origination_test.go

    func TestEgressGatewayTls(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			// Apply Egress Gateway for service namespace to originate external traffic
    
    			createGateway(t, t, appNS, serviceNS, inst.Settings().EgressGatewayServiceNamespace,
    				inst.Settings().EgressGatewayServiceName, inst.Settings().EgressGatewayIstioLabel)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/proxier_test.go

    			}}
    		}),
    	)
    	fp.syncProxyRules()
    
    	// check ipvs service and destinations
    	services, err := ipvs.GetVirtualServers()
    	if err != nil {
    		t.Errorf("Failed to get ipvs services, err: %v", err)
    	}
    	if len(services) != 2 {
    		t.Errorf("Expect 2 ipvs services, got %d", len(services))
    	}
    	found := false
    	for _, svc := range services {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  6. releasenotes/notes/locality-service.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 21:53:05 UTC 2023
    - 218 bytes
    - Viewed (0)
  7. hack/testdata/service-revision2.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: a
    spec:
      selector:
        app: test
      clusterIP: 10.0.0.12
      ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 09 14:59:02 UTC 2018
    - 128 bytes
    - Viewed (0)
  8. cluster/addons/dns/kube-dns/README.md

    # kube-dns
    
    `kube-dns` schedules DNS Pods and Service on the cluster, other pods in cluster
    can use the DNS Service’s IP to resolve DNS names.
    
    * [Administrators guide](http://kubernetes.io/docs/admin/dns/)
    * [Code repository](http://www.github.com/kubernetes/dns)
    
    ## Manually scale kube-dns Deployment
    
    kube-dns creates only one DNS Pod by default. If
    [dns-horizontal-autoscaler](../../dns-horizontal-autoscaler/)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  9. src/main/assemblies/files/fess-service-x64.exe

    Kaoru FUZITA <******@****.***> 1449825322 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Dec 11 09:15:22 UTC 2015
    - 101.5K bytes
    - Viewed (0)
  10. src/main/assemblies/files/fess-service-x86.exe

    Kaoru FUZITA <******@****.***> 1449825322 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Dec 11 09:15:22 UTC 2015
    - 79K bytes
    - Viewed (0)
Back to top