Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for traffic (0.16 sec)

  1. 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)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    // Specifies the sidecar's default behavior when handling outbound traffic from the application.
    type OutboundTrafficPolicyConfig_Mode int32
    
    const (
    	// Outbound traffic to unknown destinations will be allowed, in case there are no services or ServiceEntries for the destination port
    	OutboundTrafficPolicyConfig_ALLOW_ANY OutboundTrafficPolicyConfig_Mode = 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    	any NetworkPolicy whose spec.podSelector targets them. Pods that are
    	targeted by NetworkPolicies accept traffic that is accepted by any of
    	the NetworkPolicies (and nothing else), and pods that are not targeted
    	by any NetworkPolicy accept all traffic by default.
    	Action Required:
    	When upgrading to Kubernetes 1.7 (and a network plugin that supports
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

    - This change picks up the latest GCE pinhole firewall feature, which introduces destination-ranges in the ingress firewall-rules. It restricts the access to the backend IPs via allowing traffic via allowing traffic through ILB or NetLB IP only. This change does NOT change the existing ILB or NetLB behavior. ([#109510](https://github.com/kubernetes/kubernetes/pull/109510), [@sugangli](https://github.com/sugangli)) [SIG API Machinery, Architecture,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.15.md

    - iptables proxier: now routes local traffic to LB IPs to service chain ([#77523](https://github.com/kubernetes/kubernetes/pull/77523), [@andrewsykim](https://github.com/andrewsykim))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.22.md

    ### CVE-2022-3172: Aggregated API server can cause clients to be redirected (SSRF)
    
    A security issue was discovered in kube-apiserver that could allow an attacker controlled aggregated API server to redirect client traffic to any URL.  This could lead to the client performing unexpected actions as well as leaking the client's credentials to third parties. 
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.24.md

    - Fixing issue in Winkernel Proxier - Unexpected active TCP connection drops while horizontally scaling the endpoints for a LoadBalancer Service with External Traffic Policy: Local ([#114040](https://github.com/kubernetes/kubernetes/pull/114040), [@princepereira](https://github.com/princepereira)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.26.md

    - The `ProxyTerminatingEndpoints` feature is now Beta and enabled by default. When enabled, kube-proxy will attempt to route traffic to terminating pods when the traffic policy is `Local` and there are only terminating pods remaining on a node. ([#113363](https://github.com/kubernetes/kubernetes/pull/113363), [@andrewsykim](https://github.com/andrewsykim))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.20.md

    - Kube-proxy: fix a bug on UDP NodePort Services where stale conntrack entries may blackhole the traffic directed to the NodePort. ([#98305](https://github.com/kubernetes/kubernetes/pull/98305), [@aojea](https://github.com/aojea)) [SIG Network]
    
    ### Bug or Regression
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation.go

    	allErrs = append(allErrs, validateLoadBalancerClassField(nil, service)...)
    
    	// external traffic policy fields
    	allErrs = append(allErrs, validateServiceExternalTrafficPolicy(service)...)
    
    	// internal traffic policy field
    	allErrs = append(allErrs, validateServiceInternalTrafficFieldsValue(service)...)
    
    	// traffic distribution field
    	allErrs = append(allErrs, validateServiceTrafficDistribution(service)...)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top