-
Notifications
You must be signed in to change notification settings - Fork 598
🐛 Use external CCM in Flatcar template #5099
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
🐛 Use external CCM in Flatcar template #5099
Conversation
Welcome @ader1990! |
Hi @ader1990. 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-sigs/prow repository. |
afb324e
to
a75b8fa
Compare
/ok-to-test |
There seems to be no test for these templates. I diffed it manually and it looks good compared to the non-Flatcar template. The build failure seems to be unrelated. /approve |
@ader1990 can you try force-pushing the commit, so the "PR verify" step re-runs? Maybe it succeeds at the retry 🤷. |
Scratch that. The action is set to not re-run. I'm discussing with maintainers how to fix this. |
Backport the changes from kubernetes-sigs@37e7814 to the Flatcar template. Signed-off-by: Adrian Vladu <[email protected]>
a75b8fa
to
1c37ea4
Compare
Hello, I rebased it nonetheless. Please let me know if there is anything I can do, maybe I should close the PR and open a new one? |
Sorry, after the CI fix, a rebase onto latest |
Hello, I did a rebase on main already, see: https://github.com/ader1990/cluster-api-provider-aws/commits/fix-flatcar-template/. |
Ah, I see now what the issue is. Thought it was the same CI problem as before.
Please add the respective emoji to the PR title, as requested in the PR template checklist. |
/test pull-cluster-api-provider-aws-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AndiDog 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 |
Backport the changes from 37e7814 to the Flatcar template.
Without this change, the Flatcar based cluster will not reach a fully provisioned state, as Calico or any other CNI cannot be deployed, as all the worker nodes are tainted with
uninitialized
label.What type of PR is this?
Add one of the following kinds:
/kind bug