mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Fix build break - Hyperkube image needs kubelet/kubectl
`make quick-release-images KUBE_BUILD_CONFORMANCE=n` was broken since we modified hyperkube to use actual binaries from a script. Temporarily build the two additional binaries needed until we remove hyperkube image completely. Added a TODO as a reminder
This commit is contained in:
parent
5b77616374
commit
bfd20c9e08
@ -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[*]}"
|
||||
|
Loading…
Reference in New Issue
Block a user