-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add multi-cluster kind setup for testing #1435
Add multi-cluster kind setup for testing #1435
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thea idea is to convert those tests: https://github.com/FoundationDB/fdb-kubernetes-operator/tree/main/config/tests/multi_dc to use the new kind setup.
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
I took a look, but probably this needs to be reviewed by people who know about kind and have a much deeper understanding of the workings of Kubernetes. |
Description
This is the initial setup script for running e2e tests across multiple kind clusters.
Type of change
Please select one of the options below.
Discussion
Are there any design details that you would like to discuss further?
Testing
Locally created the setup:
Tested with the multi-dc setup:
I will do some more testing and bring up an FDB cluster in that setup.
Documentation
I will add the required documentation before merging.
Follow-up
Create the e2e tests :)