improbable-eng / etcd-cluster-operator

A controller to deploy and manage etcd clusters inside of Kubernetes
MIT License
128 stars 35 forks source link

Various changes to make it easier to run e2e tests in non-kind clusters #164

Closed wallrj closed 4 years ago

wallrj commented 4 years ago

With this in place, I can now run:

$ minikube start --cpus=4 --memory=4000mb
$ eval $(minikube docker-env)
$ make e2e

This should also make it easier to migrate to kind 0.7 which updates the current KUBECTL context (like minikube does)

And it should make it easier to run the tests against e.g. GKE clusters too.

wallrj commented 4 years ago

@cheahjs Please take a look at this PR if you have a moment.