-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 --additional-sync-machine-labels to allow syncing additional labels to Nodes #11650
🌱 Add --additional-sync-machine-labels to allow syncing additional labels to Nodes #11650
Conversation
df52d4f
to
cb79cc3
Compare
cb79cc3
to
2d97f8a
Compare
2d97f8a
to
5ff55f6
Compare
Thanks! let's please make sure to add a counter part issue and update the original proposal https://github.com/kubernetes-sigs/cluster-api/blob/12cd150d55330e04b2639396469786a6020a5b82/docs/proposals/20220927-label-sync-between-machine-and-nodes.md |
TODO:
|
Thanks for this! Something that would be useful here is some sort of wildcard support, in case administrators would like all labels propagated. |
This is supported by setting |
5ff55f6
to
804d45d
Compare
804d45d
to
0c12e60
Compare
docs/proposals/20220927-label-sync-between-machine-and-nodes.md
Outdated
Show resolved
Hide resolved
0c12e60
to
114bd3a
Compare
3643897
to
3aeb947
Compare
3aeb947
to
272b936
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.
Just a few minor findings
docs/proposals/20220927-label-sync-between-machine-and-nodes.md
Outdated
Show resolved
Hide resolved
docs/proposals/20220927-label-sync-between-machine-and-nodes.md
Outdated
Show resolved
Hide resolved
272b936
to
5f8e673
Compare
@ykakarap: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Thx! /lgtm /assign @enxebre @nrb @vincepri @fabriziopandini @chrischdi |
LGTM label has been added. Git tree hash: e8198decdcb51738cdbd4d38b3c9eeb9b0f99f4a
|
/test pull-cluster-api-e2e-main |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-1.9 |
@ykakarap: #11650 failed to apply on top of branch "release-1.9":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What this PR does / why we need it:
Add an flag to the CAPI manager to dictate the labels that should be synced form the Machine to the node. If the flag is not specified it defaults to:
Any value specified by the flag would be additional to the list to default values.
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 #11657
/area machine