Merge pull request #11727 from ZJU-SEL/build-nonstatic-hyperkube

build hyperkube as a nonstatic binary
This commit is contained in:
Mike Danese
2015-07-31 15:46:04 -07:00

View File

@@ -125,7 +125,6 @@ readonly KUBE_STATIC_LIBRARIES=(
kube-apiserver
kube-controller-manager
kube-scheduler
hyperkube
)
kube::golang::is_statically_linked_library() {