kubernetes/pkg/kubeapiserver
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
..
admission admission/webhook: move webhook initializer into plugin 2017-11-20 09:28:42 +01:00
authenticator update BUILD files 2017-10-15 18:18:13 -07:00
authorizer update BUILD files 2017-10-15 18:18:13 -07:00
options Drop using cloud provider to set host address feature 2017-12-05 13:58:20 -06:00
server pass listener to genericapiserver 2017-11-21 11:00:15 +08:00
BUILD Update generated files 2017-11-09 12:14:08 +01:00
default_storage_factory_builder_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
default_storage_factory_builder.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
doc.go start kubeapiserver package for sharing between kubeapiserver and federation 2016-12-22 07:43:42 -05:00
OWNERS add liggitt to kubeapiserver owners 2017-04-03 10:14:34 -04:00