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

Kind support scaling vehicles up and down #6

Open
mhl787156 opened this issue Mar 17, 2022 · 0 comments
Open

Kind support scaling vehicles up and down #6

mhl787156 opened this issue Mar 17, 2022 · 0 comments

Comments

@mhl787156
Copy link
Member

While kind supports multi-node, it does not support dynamically adding and removing new nodes - see here. However in that post they suggest adding and removing taints or labels might be a good way to simulate it.

Out of scope for right now, but would propose the following. On start up, user can provide a --max-vehicles N parameter to ./starling start kind. This creates a kind config with the set number of vehicles all with no labels

Then on ./starling simulator start, each node about to be used gets given its vehicle label and containers get scehduled upon them.

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