-
Notifications
You must be signed in to change notification settings - Fork 427
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 conflict on azure-cni daemonset in AKS e2e #5272
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-cluster-api-provider-azure-e2e-aks |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5272 +/- ##
=======================================
Coverage 52.82% 52.82%
=======================================
Files 270 270
Lines 29085 29085
=======================================
Hits 15365 15365
Misses 12928 12928
Partials 792 792 ☔ View full report in Codecov by Sentry. |
f9016bd
to
8272b65
Compare
/test pull-cluster-api-provider-azure-e2e-aks |
8272b65
to
9b99382
Compare
/test pull-cluster-api-provider-azure-e2e |
/test pull-cluster-api-provider-azure-e2e |
/test pull-cluster-api-provider-azure-e2e-aks |
27462fd
to
7a5e879
Compare
/test pull-cluster-api-provider-azure-e2e |
7a5e879
to
c45f03f
Compare
/test pull-cluster-api-provider-azure-e2e |
/test ? |
@nojnhuh: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/test pull-cluster-api-provider-azure-apiversion-upgrade |
/test pull-cluster-api-provider-azure-e2e |
1 similar comment
/test pull-cluster-api-provider-azure-e2e |
12ebe6c
to
53b639e
Compare
/hold for squash |
/test pull-cluster-api-provider-azure-apiversion-upgrade |
/retest |
/cherry-pick release-1.17 |
@nojnhuh: once the present PR merges, I will cherry-pick it on top of 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. |
@nojnhuh: The following tests 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. |
Making this WIP to try an approach that fixes the AKS flake with less collateral damage. /retitle [WIP] fix conflict on azure-cni daemonset in AKS e2e |
53b639e
to
ca70a2d
Compare
Scoped these changes down to just the AKS tests. Ironing out all the addons for self-managed I think is still worthwhile, but not necessary to quash the flake this addresses. /retitle fix conflict on azure-cni daemonset in AKS e2e |
squashed! |
What type of PR is this?
/kind flake
What this PR does / why we need it:
This PR fixes the flake in #5189 by removing CAPZ's redundant call to install CNI for AKS clusters, which is already covered by CAPI here: https://github.com/kubernetes-sigs/cluster-api/blob/09f2f6b1758bb4e6eb88122209717b2525469258/test/framework/clusterctl/clusterctl_helpers.go#L444-L452
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 #5189
Special notes for your reviewer:
TODOs:
Release note: