we do install k8s cluster in scope of prepare steps in tmt plan. We used minikube and now we migrated to kind which also allows us to use multi node k8s cluster and support for ipv6.
Probably the best thing is to start with the Openshift instance (Matej already gave a look at minikube and probably it is not worth spending time on it).
After a deeper look, we can summarize this epic in the following steps:
Description
We decided to setup an Openshift cluster in Testing Farm to move there the tests (at least those which needs openshift) of this repos:
The strimzi project has a k8s cluster setup for testing farm.
David told me:
Probably we can start easy with minikube, following their example, and later if needed replacing it with an openshift instance...
This is a follow-up from packit/research#210