Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for loadBalancerIP (0.08 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string sessionAffinity = 7;
    
      // Only applies to Service Type: LoadBalancer.
      // This feature depends on whether the underlying cloud-provider supports specifying
      // the loadBalancerIP when a load balancer is created.
      // This field will be ignored if the cloud-provider does not support the feature.
      // Deprecated: This field was under-specified and its meaning varies across implementations,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

    - `kube-proxy` with `--proxy-mode=ipvs` can be used with statically linked kernels.
      The reseved IPv4 range `TEST-NET-2` in `rfc5737` MUST NOT be used for `ClusterIP` or `loadBalancerIP` since address `198.51.100.0` is used for probing. ([#114669](https://github.com/kubernetes/kubernetes/pull/114669), [@uablrek](https://github.com/uablrek))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.14.md

    * IPVS: "ExternalTrafficPolicy: Local" now works with LoadBalancer services using loadBalancerIP ([#72432](https://github.com/kubernetes/kubernetes/pull/72432), [@lbernail](https://github.com/lbernail))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.24.md

    ## Changes by Kind
    
    ### Deprecation
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
Back to top