build kube-env in build-kube-env, not in verify-prereqs

This commit is contained in:
Mike Danese
2015-10-30 15:02:42 -07:00
parent 4383e6f95c
commit 172eab6b21
3 changed files with 33 additions and 27 deletions

View File

@@ -21,6 +21,8 @@ function build-kube-env {
local master=$1
local file=$2
build-runtime-config
rm -f ${file}
cat >$file <<EOF
ENV_TIMESTAMP: $(yaml-quote $(date -u +%Y-%m-%dT%T%z))