You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several of the CI tests are combining various cluster providers into one matrix. The issue with this is that this is not how it would be used in practice. Different parameters are going to be used with different providers, and the CI testing needs to ensure that extraneous parameters are not required in all cases.
i.e. we shouldn't require (or include) GKE parameters when creating Kubeception clusters
It would be better to just remove the provider matrix (confusingly and inconsistently called "distribution") altogether, and just have individual tests for different providers.
The text was updated successfully, but these errors were encountered:
Several of the CI tests are combining various cluster providers into one matrix. The issue with this is that this is not how it would be used in practice. Different parameters are going to be used with different providers, and the CI testing needs to ensure that extraneous parameters are not required in all cases.
i.e. we shouldn't require (or include) GKE parameters when creating Kubeception clusters
It would be better to just remove the provider matrix (confusingly and inconsistently called "distribution") altogether, and just have individual tests for different providers.
The text was updated successfully, but these errors were encountered: