mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +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() {
|
function build() {
|
||||||
kube::build::verify_prereqs
|
kube::build::verify_prereqs
|
||||||
kube::build::build_image
|
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" \
|
BASEIMAGE="ubuntu:16.04" \
|
||||||
REGISTRY="${KUBE_REGISTRY}" \
|
REGISTRY="${KUBE_REGISTRY}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user