-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[2.17] Fix kubespray flatcar ansible_os_family and ansible_distribution #8181
[2.17] Fix kubespray flatcar ansible_os_family and ansible_distribution #8181
Conversation
Hi @isantospardo. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Hi @isantospardo , thanks for this fix but you will need to cherry-pick #8034 into your change since our CI was pushed to python 3.10 and that needed extra fixes. Since we already tagged 2.17.1, I think we will need to bundle a few more backports to tag 2.17.2 to include that fix. /cc @floryut |
To understand this is a backporting pull request easily /retitle [2.17] Fix kubespray flatcar ansible_os_family and ansible_distribution |
/retest |
@isantospardo: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
Do you want me to cherry-pick the rest of the commits of v2.17.1? @cristicalin |
@isantospardo there is no need, the merge process will handle the actual merge but you do need to rebase on the current state of the release-2.17 branch because it also brings in #8153 which was backported earlier. |
27bece0
to
afc43bf
Compare
It looks we still have some issues after the rebase @cristicalin |
/ok-to-test |
We might need to cherry-pick 2ed211b |
The cherry-pick is #8210 |
All done, please rebase branch release-2.17 |
Closes kubernetes-sigs#8028 Signed-off-by: Iago Santos <iago.santos.pardo@adfinis.com>
afc43bf
to
bd23901
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floryut, isantospardo 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 |
@oomichi could you add the lgtm again to run the last job? |
Thanks for doing this. /lgtm |
One more thing, could you please create a new tag |
…ernetes-sigs#8181) Closes kubernetes-sigs#8028 Signed-off-by: Iago Santos <iago.santos.pardo@adfinis.com>
Cherry-picks commit due to request: #8028 (comment)
Related to #8028
Closes #8180
What type of PR is this?
/kind bug
What this PR does / why we need it:
Compatibility with all flatcar verions as
ansible_os_family
andansible_distribution
are set to Flatcar instead of to Flatcar Container Linux by Kinvolk for several versionsWhich issue(s) this PR fixes:
Cherry-picks commit due to request: #8028 (comment)
Related to #8028
Closes #8180
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
NONE