cluster/rkt: Update default rkt version

This commit is contained in:
Euan Kemp
2016-09-02 15:50:28 -07:00
parent 807d7ba8ec
commit a2a324bf8b
5 changed files with 11 additions and 18 deletions

View File

@@ -137,7 +137,7 @@ NODE_OS_DISTRIBUTION="${KUBE_OS_DISTRIBUTION}"
KUBE_NODE_IMAGE="${KUBE_NODE_IMAGE:-}"
COREOS_CHANNEL="${COREOS_CHANNEL:-alpha}"
CONTAINER_RUNTIME="${KUBE_CONTAINER_RUNTIME:-docker}"
RKT_VERSION="${KUBE_RKT_VERSION:-0.5.5}"
RKT_VERSION="${KUBE_RKT_VERSION:-1.14.0}"
# Optional: if set to true, kube-up will configure the cluster to run e2e tests.
E2E_STORAGE_TEST_ENVIRONMENT=${KUBE_E2E_STORAGE_TEST_ENVIRONMENT:-false}