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

[Openstack] Make it possible to mix worker nodes flavors #5458

Closed
huxcrux opened this issue Dec 15, 2019 · 2 comments · Fixed by #5952
Closed

[Openstack] Make it possible to mix worker nodes flavors #5458

huxcrux opened this issue Dec 15, 2019 · 2 comments · Fixed by #5952
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@huxcrux
Copy link

huxcrux commented Dec 15, 2019

What would you like to be added:
The possibility to mix flavors of worker nodes.

I think this could be defined as a object.

{
  flavor = "xxxxx"
  amount  = 3
  label = "gpu nodes"
},
{
  flavor = "xxxxx"
  amount  = 3
  label = "workers"
},
{
  flavor = "xxxxx"
  amount  = 3
  label = "cron nodes"
}

Preferably different groups of nodes would have their own server group (if created)

Why is this needed:
I can find multiple reasons for this, some examples below:

  1. The possibility to add nodes with different capabilities, Example GPU nodes
  2. Have smaller or larger nodes for cronjobs
@huxcrux huxcrux added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 15, 2019
@huxcrux huxcrux changed the title [Openstack] Make it possible to have worker nodes with different flavors [Openstack] Make it possible to mix worker nodes flavors Dec 16, 2019
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 15, 2020
@huxcrux
Copy link
Author

huxcrux commented Mar 15, 2020

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants