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

New cluster may put Waypoint server on nginx node #3

Open
ragesoss opened this issue Sep 28, 2021 · 1 comment
Open

New cluster may put Waypoint server on nginx node #3

ragesoss opened this issue Sep 28, 2021 · 1 comment

Comments

@ragesoss
Copy link
Member

The node sizes are designed so that nginx is the only job running on its node, but I just spun up a fresh server and the waypoint server ended up being allocated to the nginx node first, so there wasn't enough memory left to put the nginx node on it. I guess we need some constraints to make sure waypoint server and runner end up on a generic node instead of the nginx node.

@ragesoss
Copy link
Member Author

ragesoss commented Nov 3, 2021

Related to this, the latest version of waypoint (0.6.1) looks like it requires a nomad-host-volume to be specified. (I guess this provides persistence across server installs that was causing problems before.) I think we should adjust the configuration to include a persistence volume on every node (including the novol nodes, node-0 and node-1, that currently lack them, and then use the node-0 volume for the waypoint install. That will hopefully also ensure that the waypoint-server and waypoint-runner jobs end up running on node-0 and not the nginx node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant