mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 00:31:00 +00:00
Correct a typo in env vars
I should have used `KUBE_GCE_MASTER_PROJECT` and `KUBE_GCE_MASTER_IMAGE`.
This commit is contained in:
parent
4877c988c3
commit
848c64a17b
@ -152,8 +152,8 @@ echo "--------------------------------------------------------------------------
|
||||
if [[ "${JENKINS_USE_TRUSTY_IMAGES:-}" =~ ^[yY]$ ]]; then
|
||||
trusty_image_project="$(get_trusty_image_project)"
|
||||
trusty_image="$(get_latest_trusty_image "${trusty_image_project}" "head")"
|
||||
export KUBE_MASTER_IMAGE_PROJECT="${trusty_image_project}"
|
||||
export KUBE_MASTER_IMAGE="${trusty_image}"
|
||||
export KUBE_GCE_MASTER_PROJECT="${trusty_image_project}"
|
||||
export KUBE_GCE_MASTER_IMAGE="${trusty_image}"
|
||||
export KUBE_OS_DISTRIBUTION="trusty"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user