-
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
📖 Document MachinePool feature flag promotion #10371
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.
Thanks
/lgtm
LGTM label has been added. Git tree hash: 6e7c76969b544fe23e73d8ef2a95796b2e4084a4
|
cc. |
/cherry-pick release-1.7 |
@chrischdi: once the present PR merges, I will cherry-pick it on top of release-1.7 in a new PR and assign it to you. 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/test-infra repository. |
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.
Can we get more clarity maybe on the action item for a provider maintainer/contributor?
Maybe we can link an issue or pr of a provider if available with more details about the issue?
@chrischdi There is an example of this in the open PR we have on the CAPA Provider: Here is the diff of the change
|
Ah got it, prefect. Let's maybe just link this in the text as prior art, wdtyt?: |
Sounds good @chrischdi. |
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
f7b77ad
to
3af4e11
Compare
@chrischdi @fabriziopandini Incorporated your suggestions with the latest push. |
Thx! Also thx for bringing this up! /approve |
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
/approve
LGTM label has been added. Git tree hash: ffc7166c7a80c03b15c3f7aae95ddb42dde6705d
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini, sbueringer 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.7 |
@fabriziopandini: once the present PR merges, I will cherry-pick it on top of release-1.7 in a new PR and assign it to you. 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/test-infra repository. |
/cherry-pick release-1.6 |
@fabriziopandini: once the present PR merges, I will cherry-pick it on top of release-1.6 in a new PR and assign it to you. 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/test-infra repository. |
Ooops, cherry-pick release-1.6 is not necessary, I will close it |
@chrischdi: new pull request created: #10381 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/test-infra repository. |
@fabriziopandini: #10371 failed to apply on top of branch "release-1.6":
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/test-infra repository. |
Signed-off-by: Nolan Brubaker nolan@nbrubaker.com
What this PR does / why we need it:
#10141 enabled the MachinePool feature flag by default, and this change will cause errors if providers do not update their code to reflect the change.
/area documentation