Skip to content
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

Leverage KinD multi-nodes cluster setup for CI #2302

Closed
astefanutti opened this issue May 17, 2021 · 2 comments
Closed

Leverage KinD multi-nodes cluster setup for CI #2302

astefanutti opened this issue May 17, 2021 · 2 comments
Labels
area/continuous integration Related to CI and automated testing status/stale

Comments

@astefanutti
Copy link
Member

Currently, all e2e tests run on single-node clusters. To closer match real clusters with multiple nodes, it would be useful to leverage KinD multi-nodes setup. Also, a couple of e2e tests would specifically benefit from being executed on a multi-nodes cluster.

This requires to setup a local container image registry. With the great work by @orpiske, it should be possible to achieve this:
https://www.orpiske.net/2021/05/camel-k-kind-and-a-local-registry/.

/cc @orpiske

@astefanutti astefanutti added the area/continuous integration Related to CI and automated testing label May 17, 2021
@johnpoth
Copy link
Member

k3d is also pretty handy if resource consumption is an issue. A registry can be created automatically k3d cluster create my-cluster --registry-create

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale due to 90 days of inactivity.
It will be closed if no further activity occurs within 15 days.
If you think that’s incorrect or the issue should never stale, please simply write any comment.
Thanks for your contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/continuous integration Related to CI and automated testing status/stale
Projects
None yet
Development

No branches or pull requests

2 participants