-
Notifications
You must be signed in to change notification settings - Fork 558
Updating Azure-CNI to v1.0.11 for Windows #3660
Conversation
Resolves Azure#3389 / Azure#3447 / Azure#3153 Includes two important Azure-CNI changes for Windows Fix for unparseable error returned by CNI (Azure#195) Fix for IP Address leak in HNS failure scenario in windows CNI (Azure#218) Full notes at https://github.com/Azure/azure-container-networking/releases
Codecov Report
@@ Coverage Diff @@
## master #3660 +/- ##
==========================================
- Coverage 55.69% 55.68% -0.01%
==========================================
Files 108 108
Lines 16023 16023
==========================================
- Hits 8924 8923 -1
- Misses 6329 6334 +5
+ Partials 770 766 -4 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, PatrickLang 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 |
kubetest results
|
@jackfrancis @PatrickLang When will there be a matching version bump on Linux? We're running into ipam panics (azure-vnet#176) on our Linux-only clusters, and have been instructed by support to upgrade to 1.0.11. We're about to stand up a few new clusters soon, and it would be helpful not having to manually bump them too (not to mention scaling existing clusters need to do this too) |
Ah, great!
(And then this was looping over and over) The cluster had been running fine for ~77d when it started happening, if there is any significant boundary around there? |
@carlpett You would need to upgrade to a newer version. The above nullref issue has already been fixed. The above happens when you run out of IPs on the node. The fix will return correct error code to runtime, so that it schedules the POD on a different node. |
@sharmasushant Yes, as we've already discussed in our support case thread :) |
Resolves #3389 / #3447 / #3153
Includes two important Azure-CNI changes for Windows
Fix for unparseable error returned by CNI (#195)
Fix for IP Address leak in HNS failure scenario in windows CNI (#218)
Full notes at https://github.com/Azure/azure-container-networking/releases