Skip to content

Commit

Permalink
add missing tolerations for master nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Jan 6, 2025
1 parent 245f6a0 commit 5f36fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/flow-capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
serviceAccountName: netobserv-cli
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
tolerations:
- operator: Exists
containers:
- name: netobserv-cli
image: "{{AGENT_IMAGE_URL}}"
Expand Down
2 changes: 2 additions & 0 deletions res/packet-capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
serviceAccountName: netobserv-cli
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
tolerations:
- operator: Exists
containers:
- name: netobserv-cli
image: "{{AGENT_IMAGE_URL}}"
Expand Down

0 comments on commit 5f36fe2

Please sign in to comment.