Skip to content

Commit

Permalink
add missing tolerations for master nodes (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau authored Jan 23, 2025
1 parent b39d101 commit 4174600
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 4174600

Please sign in to comment.