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

Support creating ControlPlaneMachineSet #82

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

DebakelOrakel
Copy link
Contributor

@DebakelOrakel DebakelOrakel commented Jun 15, 2024

If using a NodeGroup named master a ControlPlaneMachineSet will be created instead of a normal MachineSet.

Checklist

  • The PR has a meaningful title. It will be used to auto-generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

@DebakelOrakel DebakelOrakel added the enhancement New feature or request label Jun 15, 2024
@DebakelOrakel DebakelOrakel requested a review from a team as a code owner June 15, 2024 10:30
@DebakelOrakel DebakelOrakel linked an issue Jun 15, 2024 that may be closed by this pull request
If using a NodeGroup named `master` a ControlPlaneMachineSet will be created
instead of a normal MachineSet.
@DebakelOrakel DebakelOrakel force-pushed the feat/support-cpmachineset branch from ba70a07 to f207313 Compare June 18, 2024 07:02
Copy link
Member

@simu simu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM overall, some code nitpicks inline.

However, if you haven't done so yet, I'd like to have a sanity check by configuring the feature for one of our existing clusters and verifying that this generates a ControlPlaneMachineSet that's identical to the deployed one.

component/machine-sets.jsonnet Outdated Show resolved Hide resolved
component/machine-sets.jsonnet Outdated Show resolved Hide resolved
component/machine-sets.jsonnet Outdated Show resolved Hide resolved
component/machine-sets.jsonnet Outdated Show resolved Hide resolved
component/machine-sets.jsonnet Outdated Show resolved Hide resolved
@DebakelOrakel DebakelOrakel force-pushed the feat/support-cpmachineset branch from b2ea553 to 1656ef9 Compare June 18, 2024 09:15
@DebakelOrakel DebakelOrakel merged commit ee01f07 into master Jun 18, 2024
17 checks passed
@DebakelOrakel DebakelOrakel deleted the feat/support-cpmachineset branch June 18, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for ControlPlaneMachineSet
2 participants