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

feat(vmclass): improve vmclass #476

Merged
merged 10 commits into from
Nov 5, 2024
Merged

Conversation

yaroslavborbat
Copy link
Member

Description

Add features:

  • freeze features after first discovery
  • add tolerations
  • generate available nodes with nodeSelector
  • immutable .spec.cpu
  • add maxAllocatableResources

What is the expected result?

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

@yaroslavborbat yaroslavborbat force-pushed the feat/vmclass/add-features branch 4 times, most recently from fbb16d6 to ba17f4c Compare October 29, 2024 11:56
@yaroslavborbat yaroslavborbat force-pushed the feat/vmclass/add-features branch from 8c68e05 to 2f705b1 Compare October 30, 2024 08:44
yaroslavborbat and others added 10 commits October 30, 2024 19:04
add tolerations
---------
Signed-off-by: yaroslavborbat <[email protected]>
Co-authored-by: Ivan Mikheykin <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
generate available nodes with nodeSelector

Signed-off-by: yaroslavborbat <[email protected]>
immutable .spec.cpu

Signed-off-by: yaroslavborbat <[email protected]>
Co-authored-by: Ivan Mikheykin <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
add max allocatable resources
---------

Signed-off-by: yaroslavborbat <[email protected]>
…/state/state.go

Co-authored-by: Ivan Mikheykin <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
@yaroslavborbat yaroslavborbat force-pushed the feat/vmclass/add-features branch from d68084a to d587682 Compare October 30, 2024 16:04
@yaroslavborbat yaroslavborbat merged commit a058abd into main Nov 5, 2024
11 checks passed
@yaroslavborbat yaroslavborbat deleted the feat/vmclass/add-features branch November 5, 2024 07:57
danilrwx pushed a commit that referenced this pull request Nov 5, 2024
Add vmclass features:
- freeze features after first discovery
- add tolerations
- generate available nodes with nodeSelector
- immutable .spec.cpu
- add maxAllocatableResources
---------
Signed-off-by: yaroslavborbat <[email protected]>
Co-authored-by: Ivan Mikheykin <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants