• Kubernetes Submit Queue's avatar
    Merge pull request #32663 from anguslees/extraroutes · 7f2622e6
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    openstack: Implement the `Routes` provider API
    
    ``` release-note
    
    Implement the Routes provider API for OpenStack using Neutron extraroute extension.  This removes the need for flannel/etc where supported.  To use, ensure all your nodes are on the same Neutron (private) network and specify the router ID in new `[Route]` section of provider config:
    
        [Route]
        router-id = <router UUID>
    ```
    7f2622e6
openstack_loadbalancer.go 46.8 KB