k3s/federation/pkg/kubefed
Kubernetes Submit Queue 8144a11e62 Merge pull request #44639 from marun/kubefed-apiserver-on-high-port
Automatic merge from submit-queue (batch tested with PRs 44645, 44639, 43510)

[Federation][kubefed]: Set apiserver to bind securely to 8443 instead of 443

On platforms like OpenShift that don't run containers as root by default, binding to ports < 1000 is not permitted.  Having the apiserver bind to a high port means it can run with reduced privileges.  The service will still expose the apiserver on 443, so this change shouldn't impact clients of the federation api.

cc: @kubernetes/sig-federation-pr-reviews @perotinus
2017-04-18 23:22:02 -07:00
..
init Merge pull request #44639 from marun/kubefed-apiserver-on-high-port 2017-04-18 23:22:02 -07:00
testing autogenerated 2017-04-14 10:40:57 -07:00
util autogenerated 2017-04-14 10:40:57 -07:00
BUILD autogenerated 2017-04-14 10:40:57 -07:00
join.go [Federation][kubefed] Annotate all Federation API objects with the federation name and (if applicable) the cluster name. 2017-04-10 16:36:47 -07:00
join_test.go [Federation][kubefed] Annotate all Federation API objects with the federation name and (if applicable) the cluster name. 2017-04-10 16:36:47 -07:00
kubefed.go kubectl/cmd: remove a bunch of unused parameters 2017-04-04 10:36:30 +01:00
unjoin.go fed: Disable orphaning of per-cluster resources on deletion. 2017-04-05 13:07:28 -07:00
unjoin_test.go [Federation][Kubefed] Create configmap for the cluster kube-dns at join and remove at unjoin 2017-02-24 15:04:23 +05:30