Commit 2aa12772 authored by Daniel Nardo's avatar Daniel Nardo

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.
parent 3a134269
......@@ -33,6 +33,8 @@ spec:
volumeMounts:
- name: config
mountPath: /etc/config
nodeSelector:
beta.kubernetes.io/masq-agent-ds-ready: "true"
volumes:
- name: config
configMap:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment