Skip to content

Commit

Permalink
Merge pull request #2265 from rzetelskik/fix-sysctl-ds-tolerations
Browse files Browse the repository at this point in the history
Add tolerations to workaround sysctl DaemonSet
  • Loading branch information
scylla-operator-bot[bot] authored Dec 13, 2024
2 parents d57fab9 + f0aaaf9 commit d87bd02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/.ci/lib/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ spec:
wait
nodeSelector:
scylla.scylladb.com/node-type: scylla
tolerations:
- effect: NoSchedule
key: scylla-operator.scylladb.com/dedicated
operator: Equal
value: scyllaclusters
EOF
kubectl -n=default rollout status daemonset/sysctl
}
Expand Down

0 comments on commit d87bd02

Please sign in to comment.