kubernetes/cmd/kubeadm/app/preflight
Lubomir I. Ivanov af9e3fcfaa kubeadm: add a flag to RunInitNodeChecks to indicate sec. control-plane
Add an extra flag isSecondaryControlPlane to RunInitNodeChecks
which can be used to indicate that the node we are checking is
a secondary control-plane. In such a case we skip some tests
that are already covered by  RunJoinNodeChecks and
RunOptionalJoinNodeChecks.
2019-03-05 02:44:30 +02:00
..
BUILD Add port constants 2019-02-26 09:18:15 +08:00
checks_darwin.go kubeadm: add a preflight check for Docker and cgroup driver 2019-02-08 19:31:22 +02:00
checks_linux.go kubeadm: add a preflight check for Docker and cgroup driver 2019-02-08 19:31:22 +02:00
checks_test.go kubeadm: add a flag to RunInitNodeChecks to indicate sec. control-plane 2019-03-05 02:44:30 +02:00
checks_unix.go [kubeadm/app/..add other packages]Switch to github.com/pkg/errors 2018-11-09 18:54:03 +08:00
checks_windows.go kubeadm: add a preflight check for Docker and cgroup driver 2019-02-08 19:31:22 +02:00
checks.go kubeadm: add a flag to RunInitNodeChecks to indicate sec. control-plane 2019-03-05 02:44:30 +02:00
utils_test.go kubeadm: use T.Run API in app/ 2019-01-02 17:14:02 +02:00
utils.go kubeadm: Make exec error message more informative 2019-01-29 16:38:35 -08:00