Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for endpoints2 (0.33 sec)

  1. prow/config/calico.yaml

                      traffic that goes from a workload endpoint to the host itself (after
                      the traffic hits the endpoint egress policy). By default Calico
                      blocks traffic from workload endpoints to the host itself with an
                      iptables "DROP" action. If you want to allow some or all traffic
                      from endpoint to host, set this parameter to RETURN or ACCEPT. Use
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    				{endpoint: "10.1.1.1:12", isLocal: false},
    				{endpoint: "10.1.1.2:12", isLocal: true},
    			},
    			makeServicePortName("ns1", "ep1", "p13", v1.ProtocolUDP): {
    				{endpoint: "10.1.1.3:13", isLocal: false},
    				{endpoint: "10.1.1.4:13", isLocal: true},
    			},
    			makeServicePortName("ns1", "ep1", "p14", v1.ProtocolUDP): {
    				{endpoint: "10.1.1.3:14", isLocal: false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. \"LoadBalancer\" builds on NodePort and...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      // "ClusterIP" allocates a cluster-internal IP address for load-balancing
      // to endpoints. Endpoints are determined by the selector or if that is not
      // specified, by manual construction of an Endpoints object or
      // EndpointSlice objects. If clusterIP is "None", no virtual IP is
      // allocated and the endpoints are published as a set of endpoints rather
      // than a virtual IP.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// "ClusterIP" allocates a cluster-internal IP address for load-balancing to
    	// endpoints. Endpoints are determined by the selector or if that is not
    	// specified, by manual construction of an Endpoints object. If clusterIP is
    	// "None", no virtual IP is allocated and the endpoints are published as a
    	// set of endpoints rather than a stable IP.
    	// "NodePort" builds on ClusterIP and allocates a port on every node which
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // "ClusterIP" allocates a cluster-internal IP address for load-balancing
      // to endpoints. Endpoints are determined by the selector or if that is not
      // specified, by manual construction of an Endpoints object or
      // EndpointSlice objects. If clusterIP is "None", no virtual IP is
      // allocated and the endpoints are published as a set of endpoints rather
      // than a virtual IP.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// "ClusterIP" allocates a cluster-internal IP address for load-balancing
    	// to endpoints. Endpoints are determined by the selector or if that is not
    	// specified, by manual construction of an Endpoints object or
    	// EndpointSlice objects. If clusterIP is "None", no virtual IP is
    	// allocated and the endpoints are published as a set of endpoints rather
    	// than a virtual IP.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    	return allErrs
    }
    
    // ValidateEndpointsCreate validates Endpoints on create.
    func ValidateEndpointsCreate(endpoints *core.Endpoints) field.ErrorList {
    	return ValidateEndpoints(endpoints)
    }
    
    // ValidateEndpointsUpdate validates Endpoints on update. NodeName changes are
    // allowed during update to accommodate the case where nodeIP or PodCIDR is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.21.md

    - One new field "InternalTrafficPolicy" in Service is added.
      It specifies if the cluster internal traffic should be routed to all endpoints or node-local endpoints only.
      "Cluster" routes internal traffic to a Service to all endpoints.
      "Local" routes traffic to node-local endpoints only, and traffic is dropped if no node-local endpoints are ready.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

          endpoint now gets broken when that endpoint becomes non-ready
          (rather than continuing until the endpoint is fully deleted).
      
        - Traffic to a service IP now starts getting rejected (as opposed to
          merely dropped) as soon as there are no longer any *usable*
          endpoints, rather than waiting until all of the terminating
          endpoints have terminated even when those terminating endpoints
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top