-
Notifications
You must be signed in to change notification settings - Fork 233
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
fix: Deploy User defined addons before external CCM initialization #3065
Conversation
Signed-off-by: Artiom Diomin <artiom@kubermatic.com>
Skipping CI for Draft Pull Request. |
/test pull-kubeone-e2e-aws-default-calico-containerd-external-v1.27.7 |
/cherrypick release/v1.6 |
/cherrypick release/v1.7 |
@kron4eg: once the present PR merges, I will cherry-pick it on top of release/v1.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. |
@kron4eg: once the present PR merges, I will cherry-pick it on top of release/v1.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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik 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 |
/test pull-kubeone-e2e-aws-default-calico-containerd-external-v1.27.7 |
/retest Review the full test history Silence the bot with an |
/lgtm cancel |
Looks like calico-vxlan is broken in general |
even when I run the cluster with CNI created directly from kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.2/manifests/calico-vxlan.yaml it's still failing |
/cc @xrstf Please mark this failing test as ignored as it's not entirely relevant. |
/override pull-kubeone-e2e-aws-default-calico-containerd-external-v1.27.7 |
@xrstf: Overrode contexts on behalf of xrstf: pull-kubeone-e2e-aws-default-calico-containerd-external-v1.27.7 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. |
/lgtm 🚀 |
LGTM label has been added. Git tree hash: c431b71162c45664159131fce23c8f4ec31ae637
|
@kron4eg: #3065 failed to apply on top of branch "release/v1.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. |
@kron4eg: new pull request created: #3068 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. |
/release-note-edit
|
/release-note-edit
|
What this PR does / why we need it:
This is fix for situation when we have both cloud provider and CNI set to external.
This results to endless waiting for control-plane nodes to be initialized. It happens because Nodes are not ready (for the lack of CNI).
Which issue(s) this PR fixes:
What type of PR is this?
/kind bug
Special notes for your reviewer:
Does this PR introduce a user-facing change? Then add your Release Note here:
Documentation: