Skip to content

Commit f0aaaf9

Browse files
committed
Add tolerations to workaround sysctl DaemonSet
1 parent d57fab9 commit f0aaaf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hack/.ci/lib/e2e.sh

+5
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ spec:
153153
wait
154154
nodeSelector:
155155
scylla.scylladb.com/node-type: scylla
156+
tolerations:
157+
- effect: NoSchedule
158+
key: scylla-operator.scylladb.com/dedicated
159+
operator: Equal
160+
value: scyllaclusters
156161
EOF
157162
kubectl -n=default rollout status daemonset/sysctl
158163
}

0 commit comments

Comments
 (0)