Kubeadm - Added initial support for Windows worker nodes to join cluster using kubeadm

Added kubeadm to node build targets

Created unix/windows specific conditionally compiled for checks.go and defaults.go
This commit is contained in:
Bob Steciuk
2017-10-11 11:18:03 -04:00
parent f6a89df3fb
commit 44fbec29c4
11 changed files with 221 additions and 40 deletions

View File

@@ -44,6 +44,7 @@ readonly KUBE_SERVER_BINARIES=("${KUBE_SERVER_TARGETS[@]##*/}")
kube::golang::node_targets() {
local targets=(
cmd/kube-proxy
cmd/kubeadm
cmd/kubelet
)
echo "${targets[@]}"