Skip to content

Commit 2fd62ad

Browse files
committed
added nodeSelector to constrain it to Linux only
1 parent bb3cddc commit 2fd62ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/addons/ip-masq-agent/ip-masq-agent.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ spec:
4444
- name: config
4545
mountPath: /etc/config
4646
nodeSelector:
47+
beta.kubernetes.io/os: linux
4748
node.kubernetes.io/masq-agent-ds-ready: "true"
4849
volumes:
4950
- name: config

0 commit comments

Comments
 (0)