Merge pull request #86258 from dims/hyperkube-image-needs-kubelet/kubectl
Fix build break - Hyperkube image needs kubelet/kubectl
This commit is contained in:
@@ -30,6 +30,9 @@ if [[ "${KUBE_BUILD_CONFORMANCE}" =~ [yY] ]]; then
|
||||
CMD_TARGETS="${CMD_TARGETS} ${KUBE_CONFORMANCE_IMAGE_TARGETS[*]}"
|
||||
fi
|
||||
|
||||
# TODO(dims): Remove this when we get rid of hyperkube image
|
||||
CMD_TARGETS="${CMD_TARGETS} cmd/kubelet cmd/kubectl"
|
||||
|
||||
kube::build::verify_prereqs
|
||||
kube::build::build_image
|
||||
kube::build::run_build_command make all WHAT="${CMD_TARGETS}" KUBE_BUILD_PLATFORMS="${KUBE_SERVER_PLATFORMS[*]}"
|
||||
|
Reference in New Issue
Block a user