-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement KIND based e2e test for Teraslice in Kubernetes #3427
Comments
I had an issue running teraslice in minikube. Possibly related to the version of k8s I'm using. Here are the teraslice-master logs. I've removed or abbreviated want didn't look relevant to me.
|
Starting my Minikube cluster with version 1.23.17 resolves the issue. |
This is the log I was hoping for, thanks Peter:
|
Maybe we should replicate what we do for Make a new type |
@jsnoble suggested parameterizing the existing I suggested adding something like a |
Initial pass/fail of all e2e tests using k8s:
|
We'll want to get the k8s e2e tests running in Github Actions for node 14 and node 16, as well as the supported versions of Elastic/OpenSearch. |
ref: #3449 |
ref: #3454 |
This is done. |
I have been performing acceptance testing manually for all of my changes to Teraslice in Kubernetes. We should implement at least one simple e2e like test in KIND (Docker) in CI.
The tests will have to:
https://kind.sigs.k8s.io/
The text was updated successfully, but these errors were encountered: