-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify the use of taints and tolerations in deploy, docs, examples and tests #2235
Unify the use of taints and tolerations in deploy, docs, examples and tests #2235
Conversation
@rzetelskik: GitHub didn't allow me to request PR reviews from the following users: rzetelskik. Note that only scylladb members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
ec25692
to
39a00c5
Compare
manager flake |
39a00c5
to
4e03355
Compare
#2061 (comment) |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a NodeConfig / DaemonSet and NoSchedule we don't actually need them I think but it doesn't hurt.
/approve
/assign @zimnx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rzetelskik, tnozicka, zimnx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4e03355
to
fac7417
Compare
fac7417
to
6c6a517
Compare
@zimnx since ScyllaDBCluster API merged in the meantime, I also added placement to ScyllaDBCluster definition used in e2e tests, ptal |
logs are missing |
/lgtm |
Description of your changes: This PR unifies the use of taints and tolerations in our manifests, tests and docs.
All of the workloads requiring storage tolerate
scylla-operator.scylladb.com/dedicated:scyllaclusters:NoSchedule
taint./kind cleanup
/priority important-longterm
Which issue is resolved by this Pull Request:
Resolves #2049