Commit 26f988e
committed
capi: do not override KUBECONFIG
Managed clusters might rely on the KUBECONFIG to reach their kube api
server. Instead of using the env var and possibly causing issues, we
can specify a custom kube config via cmdline argument for the capi
controllers. That seems a more appropriate approach for an ephemeral
kube API like the one spawned by envtest.1 parent d4aa1ca commit 26f988e
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
482 | 489 | | |
483 | 490 | | |
484 | 491 | | |
| |||
500 | 507 | | |
501 | 508 | | |
502 | 509 | | |
503 | | - | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
504 | 514 | | |
505 | 515 | | |
506 | 516 | | |
| |||
0 commit comments