From ff7076060c65f6b89bc3ed8569327f188d15eac2 Mon Sep 17 00:00:00 2001 From: Vishnu kannan Date: Fri, 19 Aug 2016 13:23:44 -0700 Subject: [PATCH] Switch to using gci by default for GCE k8s clusters Signed-off-by: Vishnu kannan --- cluster/gce/config-default.sh | 2 +- cluster/gce/config-test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 3e2dec051a..1e2163b0ab 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -36,7 +36,7 @@ PREEMPTIBLE_NODE=${PREEMPTIBLE_NODE:-false} PREEMPTIBLE_MASTER=${PREEMPTIBLE_MASTER:-false} MASTER_OS_DISTRIBUTION=${KUBE_MASTER_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-gci}} -NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-debian}} +NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-gci}} # By default a cluster will be started with the master on GCI and nodes on # containervm. If you are updating the containervm version, update this # variable. diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 8944660e4f..5457c0e39d 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -37,7 +37,7 @@ PREEMPTIBLE_NODE=${PREEMPTIBLE_NODE:-false} PREEMPTIBLE_MASTER=${PREEMPTIBLE_MASTER:-false} MASTER_OS_DISTRIBUTION=${KUBE_MASTER_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-gci}} -NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-debian}} +NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-gci}} # By default a cluster will be started with the master on GCI and nodes on # containervm. If you are updating the containervm version, update this # variable.