Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for loadbalancerSourceRanges (0.13 sec)

  1. helm/minio/values.yaml

      externalIPs: []
      annotations: {}
    
      ## service.loadBalancerSourceRanges Addresses that are allowed when service is LoadBalancer
      ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service
      ##
      #loadBalancerSourceRanges:
      #   - 10.10.10.0/24
      loadBalancerSourceRanges: []
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 15:48:31 UTC 2024
    - 18.8K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.30.md

    - Used `errors.Is()` to handle errors returned by `LookPath()`.
       ([#122600](https://github.com/kubernetes/kubernetes/pull/122600), [@lzhecheng](https://github.com/lzhecheng))
    - kube-proxy: Fixed `LoadBalancerSourceRanges` not working for `nftables` mode.
       ([#122614](https://github.com/kubernetes/kubernetes/pull/122614), [@tnqn](https://github.com/tnqn))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:40:14 UTC 2024
    - 309.1K bytes
    - Viewed (0)
Back to top