-
Notifications
You must be signed in to change notification settings - Fork 522
feat: deprecate Azure CNI networkmonitor daemonset #4363
feat: deprecate Azure CNI networkmonitor daemonset #4363
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4363 +/- ##
==========================================
- Coverage 72.08% 72.05% -0.04%
==========================================
Files 141 141
Lines 21662 21629 -33
==========================================
- Hits 15616 15585 -31
+ Misses 5094 5093 -1
+ Partials 952 951 -1
Continue to review full report at Codecov.
|
/lgtm |
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!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, jadarsie, mboersma 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 |
Hello! Does this mean that aks with kubernetes 1.20.2 should uninstall azure-cni-networkmonitor ? |
I believe @paulgmiller can answer your question @ludydoo. My understanding is that AKS is already working on delivering a networkmonitor-free Azure CNI solution. |
Thanks @paulgmiller . I'm asking because I'm experiencing bugs with azure iptables when using Networkpolicies. Seems I have to restart the azure-npm pods. Wondering if there's a race condition between azure-cni-networkmonitor and azure-npm... Really not sure at this point |
Anything with all agents on azure cni >= 1.20 doesn't network monitor. It shouldn't in theory conflict with azure npm but if you fidn that it does we should make an issue of in the azure-container-networking repo. |
Reason for Change:
This PR removes the installation of the additional "azure-cni-networkmonitor" daemonset, as this is no longer required with Azure CNI 1.20+ scenarios.
Issue Fixed:
Credit Where Due:
Does this change contain code from or inspired by another project?
If "Yes," did you notify that project's maintainers and provide attribution?
Requirements:
Notes: