samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
110 stars 24 forks source link

Run integration tests in OpenShift #173

Open gd opened 2 years ago

phlogistonjohn commented 2 years ago

Since I think running clustering tests and checking for openshift specific behavior are somewhat orthogonal (at least at the moment). A good first step might be to use microshift. I don't know if it would be a drop in vs minikube or k3d but I think that it may be worth a try.

synarete commented 2 years ago

Microshift has promising potential: I managed to deploy the samba-operator and AD over microshift (within fedora VM), but still, so far I failed to run the tests-suite successfully. More investigation is needed.