Skip to content

Commit

Permalink
Make sure ds pods run on all nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazur committed Dec 3, 2024
1 parent 60f2262 commit 96f68ca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/osd-26887-deamonset-tolerations/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
deploymentMode: "SelectorSyncSet"
selectorSyncSet:
matchExpressions:
- key: hive.openshift.io/version-major-minor
operator: In
values: ["4.18", "4.19"]
- key: api.openshift.com/channel-group
operator: In
values: ["nightly"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: apps/v1
kind: DaemonSet
name: iptables-alerter
namespace: openshift-network-operator
applyMode: AlwaysApply
# Needed until https://issues.redhat.com/browse/OCPBUGS-45341 is available in 4.18/4.19 nightlies
patch: '{"spec": {"template": {"spec": {"tolerations": [{"operator": "Exists"}]}}}}'
patchType: merge

0 comments on commit 96f68ca

Please sign in to comment.