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.
This commit is contained in:
Daniel Nardo 2017-06-19 17:41:17 -07:00
parent 3a134269dc
commit 2aa1277261

View File

@ -33,6 +33,8 @@ spec:
volumeMounts:
- name: config
mountPath: /etc/config
nodeSelector:
beta.kubernetes.io/masq-agent-ds-ready: "true"
volumes:
- name: config
configMap: