Commit d066dd79 authored by Dawn Chen's avatar Dawn Chen Committed by GitHub

Merge pull request #47764 from dnardo/ip-masq-agent

Require a label to indicate ip-masq-agent readiness.
parents 6bab8dc4 2aa12772
......@@ -30,6 +30,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