-
Notifications
You must be signed in to change notification settings - Fork 3
chore(module): remove node restrictions from generic vmclass #1578
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideEnhance generic VirtualMachineClass Helm template by adding an annotation to prevent Helm-managed overrides and by removing the restrictive nodeSelector that excluded control-plane nodes, enabling full customization and broader scheduling. Entity relationship diagram for updated VirtualMachineClass resourceerDiagram
VirtualMachineClass {
string name
string[] annotations
string[] labels
string cpu_type
string cpu_model
}
%% NodeSelector removed from VirtualMachineClass
%% No direct relationships changed, only attributes modified
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
b4bfc8a
to
251bf61
Compare
3a72572
to
357a0bd
Compare
Signed-off-by: Pavel Tishkov <[email protected]>
357a0bd
to
86fb749
Compare
@sourcery-ai summary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Enable customization of the default generic VirtualMachineClass by preventing Helm-managed overrides and removing restrictive node selectors
Enhancements:
Why do we need it, and what problem does it solve?
What is the expected result?
Checklist
Changelog entries