timoha/hbase-k8s-operator

Migrate to end to end testing with k8s cluster

Opened this issue · 0 comments

Current test suite can not check and validate pods creation/restart. Operator used StateFulSet controller to manage pods and can not be run in the envtest. The only reasonable option is it use full k8s cluster for the end to end testing. AFAIK Kind or Minikube are reasonable options.