kubernetes/cmd/kubeadm
Lubomir I. Ivanov f66513d98a kubeadm: add --port=0 for kube-controller-manager and kube-scheduler
Kubeadm setup of kube-controller-manager and kube-scheduler is
lacking the --port=0 option which caused the component to enable
the insecure port by default and serve insecurely on the default
node interface.

Add --port=0 by default to both components. Users are still allowed
the explicitly set the flag (via extraArgs), which allows them
to override this default kubeadm behavior and enable the insecure port.

NOTE: the flag is deprecated and should be removed from kubeadm manifests
once it's removed from core.
2020-07-01 22:23:21 +03:00
..
app kubeadm: add --port=0 for kube-controller-manager and kube-scheduler 2020-07-01 22:23:21 +03:00
test cmd/*: fail on unrecognized flags/arguments for component CLI 2020-05-28 22:06:01 +03:00
.import-restrictions prune .import-restrictions 2020-04-28 08:41:36 -07:00
BUILD remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
kubeadm.go alias kubeadmutil for k8s.io/kubernetes/cmd/kubeadm/app/util 2019-12-27 17:57:04 +08:00
OWNERS kubeadm: update OWNERS for 1.16 2019-09-25 18:07:38 +03:00