k3s/pkg/kubeapiserver
Kubernetes Submit Queue 5d4b0f81bf
Merge pull request #64149 from sttts/sttts-ctrl-mgr-secure-ports
Automatic merge from submit-queue (batch tested with PRs 67756, 64149, 68076, 68131, 68120). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

kube-ctrl-mgr: enable secure port 10257

This PR enables authn+authz (delegated to the kube-apiserver) and the secure port 10257 for the kube-controller-manager. In addition, the insecure port is disabled.

Moreover, it adds integration test coverage for the `--port` and `--secure-port` flags, plus the testserver infrastructure to tests flags in general inside integration tests.

```release-note
Enable secure serving on port 10257 to kube-controller-manager (configurable via `--secure-port`). Delegated authentication and authorization have to be configured like for aggregated API servers.
```
2018-08-31 09:06:31 -07:00
..
admission update generated files 2018-08-31 16:07:15 +10:00
authenticator Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
authorizer externalize node admission 2018-08-21 23:33:03 +08:00
options externalize node admission 2018-08-21 23:33:03 +08:00
server kube-controller-manager: disable authn/z on insecure port 2018-08-30 20:17:29 +02:00
BUILD This is a combination of 3 commits. 2018-08-06 22:29:10 +08:00
OWNERS Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
default_storage_factory_builder.go This is a combination of 3 commits. 2018-08-06 22:29:10 +08:00
doc.go start kubeapiserver package for sharing between kubeapiserver and federation 2016-12-22 07:43:42 -05:00