Commit c357fdc
fix: wrap handleCommonOptions error with NetworkNotReadyErrorMsg
Wrap the error returned from handleCommonOptions in newNetworkImpl with
NetworkNotReadyErrorMsg so kubelet treats transient failures (e.g.
ENETUNREACH from route installation) as network-not-ready and retries
the ADD call in ~1 second.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8be20d0 commit c357fdc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments