-
Notifications
You must be signed in to change notification settings - Fork 558
Fix for kubelet startup script when using azure cni #3301
Conversation
@madhanrm Hi Madhan, could you please add some descriptions to this PR? Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #3301 +/- ##
==========================================
- Coverage 52.9% 52.87% -0.04%
==========================================
Files 104 104
Lines 15716 15714 -2
==========================================
- Hits 8315 8308 -7
- Misses 6668 6671 +3
- Partials 733 735 +2 |
@saiyan86 Have updated the description. |
@saiyan86 can you get this PR approved. |
/assign @jackfrancis |
/lgtm |
@saiyan86: changing LGTM is restricted to assignees, and assigning you to the PR failed. 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. |
@madhanrm Thanks for updating. I just approved the PR. |
/lgtm pending E2E |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, madhanrm, saiyan86 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 |
What this PR does / why we need it:
For 1803 & below, to workaround a known issue, we need the network to be recreated on reboot. This PR adds that workaround into the Kubeletstartup script.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
As soon as the fix for the original issue is serviced (probably in June Servicing), we can remove this for 1803. But may still need it for 1709.
If applicable:
Release note: