Skip to content

Commit 4174600

Browse files
authored
add missing tolerations for master nodes (#143)
1 parent b39d101 commit 4174600

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

res/flow-capture.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ spec:
1717
serviceAccountName: netobserv-cli
1818
hostNetwork: true
1919
dnsPolicy: ClusterFirstWithHostNet
20+
tolerations:
21+
- operator: Exists
2022
containers:
2123
- name: netobserv-cli
2224
image: "{{AGENT_IMAGE_URL}}"

res/packet-capture.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ spec:
1717
serviceAccountName: netobserv-cli
1818
hostNetwork: true
1919
dnsPolicy: ClusterFirstWithHostNet
20+
tolerations:
21+
- operator: Exists
2022
containers:
2123
- name: netobserv-cli
2224
image: "{{AGENT_IMAGE_URL}}"

0 commit comments

Comments
 (0)