From 2aa127726163a6f8d9f68ef5542e4a082a12c238 Mon Sep 17 00:00:00 2001 From: Daniel Nardo Date: Mon, 19 Jun 2017 17:41:17 -0700 Subject: [PATCH] Require a label to indicate ip-masq-agent readiness. This prevents a daemonset running on nodes where the master is 1.7 and has this enabled by default, however, the nodes are still < 1.7. --- cluster/addons/ip-masq-agent/ip-masq-agent.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml index 4b80ee05eb0..079dd56218b 100644 --- a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml +++ b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml @@ -33,6 +33,8 @@ spec: volumeMounts: - name: config mountPath: /etc/config + nodeSelector: + beta.kubernetes.io/masq-agent-ds-ready: "true" volumes: - name: config configMap: