mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Pass KUBE_VERBOSE into build container
This commit is contained in:
parent
9848d6cc8d
commit
130776154d
@ -560,6 +560,7 @@ function kube::build::run_build_command_ex() {
|
|||||||
--env "KUBE_FASTBUILD=${KUBE_FASTBUILD:-false}"
|
--env "KUBE_FASTBUILD=${KUBE_FASTBUILD:-false}"
|
||||||
--env "KUBE_BUILDER_OS=${OSTYPE:-notdetected}"
|
--env "KUBE_BUILDER_OS=${OSTYPE:-notdetected}"
|
||||||
--env "KUBE_BUILD_PPC64LE=${KUBE_BUILD_PPC64LE}" # TODO(IBM): remove
|
--env "KUBE_BUILD_PPC64LE=${KUBE_BUILD_PPC64LE}" # TODO(IBM): remove
|
||||||
|
--env "KUBE_VERBOSE=${KUBE_VERBOSE}"
|
||||||
)
|
)
|
||||||
|
|
||||||
# If we have stdin we can run interactive. This allows things like 'shell.sh'
|
# If we have stdin we can run interactive. This allows things like 'shell.sh'
|
||||||
|
Loading…
Reference in New Issue
Block a user