From 727016dc309578d05061093b22c300aa0595fb70 Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Fri, 1 May 2015 16:45:33 -0700 Subject: [PATCH] Provide container_runtime flag to Kubelet in CoreOS. --- cluster/gce/coreos/helper.sh | 2 ++ cluster/gce/coreos/node.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cluster/gce/coreos/helper.sh b/cluster/gce/coreos/helper.sh index ffb1b988e01..c1670c9d5fd 100644 --- a/cluster/gce/coreos/helper.sh +++ b/cluster/gce/coreos/helper.sh @@ -48,6 +48,7 @@ KUBELET_TOKEN: $(yaml-quote ${KUBELET_TOKEN:-}) KUBE_PROXY_TOKEN: $(yaml-quote ${KUBE_PROXY_TOKEN:-}) ADMISSION_CONTROL: $(yaml-quote ${ADMISSION_CONTROL:-}) MASTER_IP_RANGE: $(yaml-quote ${MASTER_IP_RANGE}) +KUBERNETES_CONTAINER_RUNTIME: $(yaml-quote ${CONTAINER_RUNTIME}) EOF else cat >>$file <