diff --git a/res/flow-capture.yml b/res/flow-capture.yml index 0e2564c7..7ddddd41 100644 --- a/res/flow-capture.yml +++ b/res/flow-capture.yml @@ -17,6 +17,8 @@ spec: serviceAccountName: netobserv-cli hostNetwork: true dnsPolicy: ClusterFirstWithHostNet + tolerations: + - operator: Exists containers: - name: netobserv-cli image: "{{AGENT_IMAGE_URL}}" diff --git a/res/packet-capture.yml b/res/packet-capture.yml index eda93208..1a869398 100644 --- a/res/packet-capture.yml +++ b/res/packet-capture.yml @@ -17,6 +17,8 @@ spec: serviceAccountName: netobserv-cli hostNetwork: true dnsPolicy: ClusterFirstWithHostNet + tolerations: + - operator: Exists containers: - name: netobserv-cli image: "{{AGENT_IMAGE_URL}}"