-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate a solution for the local testing of the operator #475
Comments
On the 1st look through the docs I will implement a single operator e2e test that uses operator-on-
|
@Jan-M @alexeyklyukin @erthalion @redbaron do you have more ideas ? |
|
I used to test the docker for Mac internal Kubernetes instead of minikube (on a Mac), as minikube was not particularly stable there, but |
FYI actual k8s e2e tests' infra overkill for our use case, but we might borrow ideas from it |
one other dimension to consider is to add some mock of the S3 API; that may enable testing backups/clones etc. locally |
So, #548 got merged by now. We should add a section in dev docs, though. Closing. |
The current way of testing is to run minikube, either manually or with some tooling around it like
/run-operator_locally.sh
or Vagrant. This has at least three problems:We need to come up with a better option which will enable us to conveniently and uniformly run e2e tests locally / potentially in Travis CI.
A promising option is kind
The text was updated successfully, but these errors were encountered: