-
Notifications
You must be signed in to change notification settings - Fork 458
Upgrade calico to 3.29 #5844
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
Upgrade calico to 3.29 #5844
Conversation
e9f89fe
to
d57262b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5844 +/- ##
=======================================
Coverage 46.94% 46.94%
=======================================
Files 279 279
Lines 29687 29687
=======================================
Hits 13936 13936
Misses 14938 14938
Partials 813 813 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I found another image that we'll need to add to the acr cache
|
/test pull-cluster-api-provider-azure-conformance |
3 similar comments
/test pull-cluster-api-provider-azure-conformance |
/test pull-cluster-api-provider-azure-conformance |
/test pull-cluster-api-provider-azure-conformance |
/retest |
1 similar comment
/retest |
* Upgrade to calico 3.29 and use windows support Signed-off-by: James Sturtevant <[email protected]> * Don't use images from MCR Signed-off-by: James Sturtevant <[email protected]> --------- Signed-off-by: James Sturtevant <[email protected]>
d57262b
to
8458277
Compare
/retest |
/test pull-cluster-api-provider-azure-e2e |
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts-dra |
/test pull-cluster-api-provider-azure-conformance |
/test pull-cluster-api-provider-azure-conformance-azl3-with-ci-artifacts |
/skip pull-cluster-api-provider-azure-conformance-azl3-with-ci-artifacts |
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts-dra |
LGTM label has been added. Git tree hash: c0fc47f9df3510b51aac80483a943d0187696280
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nojnhuh 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 |
/retest |
@marosset I'm seeing logs like this for most nodes across all the e2e jobs:
In particular, that seems to be bottlenecking the scale jobs where collecting logs from each node is taking a whole minute:
Could that be related to this change? |
No idea
No idea but I'll try and look into it |
Hm, I'm still seeing that same error even with the volume change. Firing up a cluster I see this on one of the nodes: capi@aso-20320-controlplane-hj2gb:~$ cat /var/log/calico/cni/cni.log
cat: /var/log/calico/cni/cni.log: Permission denied
capi@aso-20320-controlplane-hj2gb:~$ ll /var/log/calico/cni/cni.log
-rw------- 1 root root 108794 Sep 12 03:58 /var/log/calico/cni/cni.log Building the exact same cluster with the older Calico version I see this: capi@aso-23097-controlplane-fmsbp:~$ ll /var/log/calico/cni/cni.log
-rw-r--r-- 1 root root 85870 Sep 12 04:07 /var/log/calico/cni/cni.log A I opened #5868 to make these things easier to spot next time. |
This change alone seems to fix things even without the volume changes. Happy to keep those anyway if there's some other benefit, otherwise I think we can revert them. |
Ah - I'll drop the volume changes and add a sudo to our logging script |
44419d6
to
9a22400
Compare
@nojnhuh - I see cni.log files for the machines now. |
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
I'll leave the hold in case you're planning to squash this into one or a few commits. Feel free to drop that when you're done. As long as you don't rebase while you're cleaning things up the LGTM should stick.
Thanks!
LGTM label has been added. Git tree hash: 317d128ac674e8db02b7f456983d710692318edb
|
#5866 should fix the AKS job /test pull-cluster-api-provider-azure-e2e-aks |
/test pull-cluster-api-provider-azure-e2e |
Signed-off-by: Mark Rossett <[email protected]>
9a22400
to
7e5d556
Compare
/hold cancel |
@marosset: 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. |
Not a required job and the last run passed without any changes so I'll let it go. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
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 #5498
This PR replaces #5688
Special notes for your reviewer:
TODOs:
Release note: