Commit 73ea234
fix(instances): propagate IPAM errors during node initialization
Prevent nodes from being initialized without InternalIPs when IPAM
queries fail transiently. By returning errors instead of only logging
warnings, the node keeps its uninitialized taint and Kubernetes retries
until IPAM is available.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ffe03fa commit 73ea234
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
238 | | - | |
239 | | - | |
| 239 | + | |
| 240 | + | |
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
| |||
0 commit comments