aenix-io / etcd-operator

New generation community-driven etcd-operator!
https://etcd.aenix.io
Apache License 2.0
83 stars 14 forks source link

Implement k8s version matrix in e2e tests #232

Closed Kirill-Garbar closed 2 months ago

Kirill-Garbar commented 3 months ago

Currently we define envtest version in e2e tests that doesn't work. To test our code on different k8s versions we need to install different kind versions.

https://github.com/aenix-io/etcd-operator/blob/3d901735b0ed42b9a9d886e956aab5b93fb9e811/.github/workflows/make-test-e2e.yaml#L41

Kirill-Garbar commented 2 months ago

Fixed by https://github.com/aenix-io/etcd-operator/pull/233