Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
51 stars 15 forks source link

Use multiple versions matrix for integration and e2e tests #194

Open pmalek opened 2 years ago

pmalek commented 2 years ago

As of now KGO has no notion of using multiple k8s versions for integration or e2e tests like KIC does through e.g. Github Actions matrix and KONG_CLUSTER_VERSION env variable in e2e tests

While we do seem to be specifying the matrix for k8s versions (1 as of now)

Proposed solution

In order to make our testing strategy more robust, we should at the very least at a handful of k8s versions for e2e tests as in KIC and propagate the information on which version to use in the tests themselves.

Action Items

shaneutt commented 1 year ago

This seems like something we would absolutely want to have prior to OSS Release v1, I've also updated the action items to request related documentation.