Commit 3aef188
Fix k8s node joining failure for Arista-7060X6-16PE-384C-B-O128S2 SKU (#20883)
Description of PR
Summary: Fix k8s node joining failure for Arista-7060X6-16PE-384C-B-O128S2 SKU
Fixes # (issue)
Type of change
Bug fix
Testbed and Framework(new/improvement)
New Test case
Skipped for non-supported platforms
Test case improvement
Approach
What is the motivation for this PR?
For SKU Arista-7060X6-16PE-384C-B-O128S2, k8s test case fails due to joining failure, need to fix.
How did you do it?
The reason why the case fails is that there's a parameter for kubelet which will prefer IPv6 address, but in testbed, we are using IPv4, so just need to specify the --node-ip=mgmt_ip.
How did you verify/test it?
Run the modified code on Arista-7060X6-16PE-384C-B-O128S2 DUT, the case runs successfully.
Any platform specific information?
N/A
Supported testbed topology if it's a new test case?
N/A
signed-off-by: [email protected]
Signed-off-by: selldinesh <[email protected]>1 parent d2670a8 commit 3aef188
1 file changed
+46
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
187 | 227 | | |
188 | 228 | | |
189 | 229 | | |
| |||
330 | 370 | | |
331 | 371 | | |
332 | 372 | | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
333 | 376 | | |
334 | 377 | | |
335 | 378 | | |
| |||
341 | 384 | | |
342 | 385 | | |
343 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
344 | 390 | | |
345 | 391 | | |
346 | 392 | | |
| |||
0 commit comments