-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add K8sInstallerConfigTemplate CRD #524
Add K8sInstallerConfigTemplate CRD #524
Conversation
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.
LGTM
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.
LGTM
Test coverage is shown as decreasing by 3.44%. Could you rebase the PR with main? |
Signed-off-by: Shubham <[email protected]>
6c0f828
f5df2cc
to
6c0f828
Compare
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.
lgtm
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.
LGTM
Signed-off-by: Shubham [email protected]
What this PR does / why we need it:
This PR adds the k8sInstallerConfigTemplate CRD which is required to generate K8sInstallerConfig CRs for each BYOMachine. There will different templates for controller and worker nodes similar to BYOMachineTemplates and BYOMachine controller will be responsible for creating the K8sInstallerConfig.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Additional information
Special notes for your reviewer