Skip to content
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

Prevent from running on Master nodes #11

Closed
lsadehaan opened this issue May 8, 2020 · 2 comments
Closed

Prevent from running on Master nodes #11

lsadehaan opened this issue May 8, 2020 · 2 comments
Labels

Comments

@lsadehaan
Copy link

Great project!
I am deploying linstor for the first time and I think I've reached almost the finish line, but now the "satellite" workload is being deployed onto all of my node's - but I only want to use the storage on my worker nodes, so I only configured them with storage. Now the Satellite workload is failing on my "master" nodes.
Should it be running on the master nodes? and if not, how do I make it not run there?

@kvaps
Copy link
Owner

kvaps commented May 26, 2020

Hi, sorry, I somehow did not notice about this issue.

the "satellite" workload is being deployed onto all of my node's

This is because tolerations. Default example yamls are containing tolerations to allow run satelites on master nodes, you can configure any tolerations in your values.yaml

satellite:
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node.kubernetes.io/unschedulable

or replace them to tolerations: [] if you don't need any

@stale
Copy link

stale bot commented Aug 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

@stale stale bot added the stale label Aug 24, 2020
@kvaps kvaps closed this as completed Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants