mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Build both kubectl and hypekube together, one is required for the other.
This commit is contained in:
parent
a78d2851d9
commit
2efdc24b7f
@ -93,7 +93,7 @@ function update_config() {
|
||||
function build() {
|
||||
kube::build::verify_prereqs
|
||||
kube::build::build_image
|
||||
kube::build::run_build_command make WHAT=cmd/hyperkube
|
||||
kube::build::run_build_command make WHAT="cmd/kubectl cmd/hyperkube"
|
||||
|
||||
BASEIMAGE="ubuntu:16.04" \
|
||||
REGISTRY="${KUBE_REGISTRY}" \
|
||||
|
Loading…
Reference in New Issue
Block a user