k3s/pkg/kubeapiserver
Kubernetes Submit Queue d1d0b38c5f
Merge pull request #54516 from dims/deprecate-using-cloud-provider-for-setting-host-address
Automatic merge from submit-queue (batch tested with PRs 53796, 54666, 54516, 54625, 54704). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Deprecate using cloud provider to set host address feature

**What this PR does / why we need it**:

Long term plan is to remove all uses of cloud provider from kube api
server. As part of that, we need to remove the dependency on
figuring out the host address of the node running the kube api server
using the cloud provider. In this review, we log a warning that this
feature that is usually used for example with swagger generation
will go away in the future.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

Part of fix for 54077

**Special notes for your reviewer**:

**Release note**:

```release-note
If you are using the cloud provider API to determine the external host address of the apiserver, set --external-hostname explicitly instead. The cloud provider detection has been deprecated and will be removed in the future
```
2017-10-30 13:48:35 -07:00
..
admission Merge pull request #54320 from derekwaynecarr/quota-update 2017-10-27 15:42:24 -07: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 Deprecate using cloud provider to set host address feature 2017-10-24 17:39:33 -04:00
server Revert "audit backend run shutdown gracefully after http handler finish" 2017-10-30 15:26:51 +01:00
BUILD Update bazel 2017-10-18 17:24:04 +02:00
OWNERS add liggitt to kubeapiserver owners 2017-04-03 10:14:34 -04:00
default_storage_factory_builder.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
default_storage_factory_builder_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
doc.go