k3s/pkg/cloudprovider/providers/cloudstack
Kubernetes Submit Queue c640eeb841 Merge pull request #33260 from svanharmelen/b-cloudstack-loadbalancer
Automatic merge from submit-queue

cloudprovider/cloudstack: Fix a bug where we assume IP addresses instead of a hostnames

Because of how our test environment was setup, we didn’t notice that we were assuming the load balancer hosts list to always be IP addresses, while they actually are hostnames.

So without this PR, the load balancer code will not work as expected as it will not be able to find the nodes that need to be load balanced.

Also updated some comments and added a check to prevent trying to release a public IP if we don’t have one.
2016-11-08 21:36:16 -08:00
..
BUILD autogenerated 2016-10-21 17:32:32 -07:00
OWNERS update pkg/cloudprovider OWNERS to spread the load 2016-09-08 15:13:21 -07:00
cloudstack.go Enable managing public IP’s and work with projects 2016-08-13 10:23:17 +02:00
cloudstack_loadbalancer.go Fix a bug where we assume IP addresses instead of a hostnames 2016-09-28 19:42:43 +02:00
cloudstack_test.go Fix various typos in pgk/cloudprovider,dns,kubectl 2016-08-31 18:56:52 +02:00