-
Notifications
You must be signed in to change notification settings - Fork 291
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
adding option to create and destroy kind clusters #365
Conversation
@PrasadG193 Let me know this looks good or you had something else in mind. |
@Abhishek627 E2E tests seems to fail, could you resolve them. Here is the gist for it.
|
@rahulchheda e2e test failure issue is unrelated. We are tracking that with #384 |
Hello @Abhishek627 , Thank you for contributing to BotKube. Could you please fill out this form, so we can send the well deserved awesome swags 🙂 Team BotKube |
ISSUE TYPE
SUMMARY
Created a script to create and destroy KIND clusters which can be used to execute test and CD jobs. Added make targets for those and default make help.
Fixes #320