linkerd2/test
Alex Leong 24f96b4764
feat(CLI): Add errors for invalid Gateway API CRD states (#13834)
To avoid getting into a bad state, we add the following checks to `linkerd install --crds`:

* If the GatewayAPI CRDs are not present on the cluster and `installGatewayAPI` is false, then we report an error that the gateway API is a requirement for Linkerd
* If the GatewayAPI CRDs are present on the cluster and not installed by Linkerd but `installGatewayAPI` is true, then we report an error that this would cause a conflict
2025-03-26 16:31:45 -05:00
..
cli Reenable `helm-upgrade` integration test (#10047) 2023-01-10 09:33:11 -05:00
fuzzing Change injector overriding logic to be more generic (#12405) 2024-04-10 15:51:58 +01:00
integration feat(CLI): Add errors for invalid Gateway API CRD states (#13834) 2025-03-26 16:31:45 -05:00