Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add loadbalancer address allocator #1501

Merged
merged 1 commit into from
Aug 13, 2023
Merged

Commits on Aug 12, 2023

  1. add loadbalancer address allocator

    This adds a simple controller that will watch for services of type LoadBalancer
    and try to allocated addresses from the specified IPv4 and/or IPv6 ranges.
    It's assumed that kube-router (or another network controller) will announce the addresses.
    
    As the controller uses leases for leader election and updates the service status new
    RBAC permissions are required.
    whooo committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    50d58e9 View commit details
    Browse the repository at this point in the history