Commit 16923f6
committed
This change respects developers' environments and preferences by prioritizing the globally installed
1. **Image Loading Issues**:
- Using a BINGO-installed `kind` binary caused images to load into the wrong cluster, leading to debugging delays.
2. **Hidden Clusters**:
- Clusters created with the BINGO-managed `kind` were not visible in the global `kind` context, causing resource leaks and confusion.
- Check for a globally installed `kind` binary and use it if available.
- Fallback to the BINGO-managed `kind` binary only when no global version is detected.
- Provide clear messaging about the binary being used.
- Respects developers' preferences and existing environments.
- Prevents unnecessary debugging and resource leaks.
- Aligns with standard workflows while maintaining BINGO compatibility.kind binary for managing Kubernetes clusters. It reduces potential conflicts and debugging issues, ensuring better compatibility with existing setups.1 parent e5820ae commit 16923f6
1 file changed
+13
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
| |||
0 commit comments