kubernetes/cmd/kube-apiserver/app
Davanum Srinivas 31332fa84a Drop using cloud provider to set host address feature
As part of the larger plan to drop --cloud-provider and --cloud-config
from kube-apiserver, we need to stop calling Cloud Provider API to
find the external ip address when one is not specified on the command
line.

When ExternalHost is not specified, we check if AdvertiseAddress is
specified and use that, if that is missing then we use os.Hostname().

When testing this feature, found a problem that when ExternalHost
is specified, the port was not added in the generated URL. So fixed
that as well.
2017-12-05 13:58:20 -06:00
..
options Make audit batch webhook backend configurable 2017-11-30 19:00:52 +01:00
testing Extend apiserver testserver such that in can be used in integration tests 2017-11-22 15:16:25 +05:30
aggregator.go Add new Events API group 2017-11-22 18:40:09 +00:00
apiextensions.go apimachinery: mechanical removal of ObjectCopier plumbing 2017-10-06 19:21:03 +02:00
BUILD generated 2017-11-22 18:40:09 +00:00
server.go Drop using cloud provider to set host address feature 2017-12-05 13:58:20 -06:00