Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I accidentally removed this flag in #2328. Validation checks still exist [^1], so it's useful to have this flag. Tested locally by disabling Kind version check: % ./cilium install --disable-check=minimum-version 🔮 Auto-detected Kubernetes kind: kind ✨ Running "kind" validation checks ⏭️ Skipping disabled validation test "minimum-version" ℹ️ Using Cilium version 1.15.6 🔮 Auto-detected cluster name: kind-chart-testing 🔮 Auto-detected kube-proxy has been installed Fixes: e435b47 ("Delete classic mode install/uninstall/upgrade commands") [^1]: https://github.com/cilium/cilium-cli/blob/120fcbbb52845e04f94412fb44190ac450080a61/install/autodetect.go#L24-L33 Signed-off-by: Michi Mutsuzaki <[email protected]>
- Loading branch information