-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Feature Request] Implement plugin for cluster-stacks #774
Comments
Summary of Work Done on Issue #774 (In Progress):
|
@michal-gubricky Thanks for the comprehensive update. You're saying it's still in progress. Would you like to have feedback now, or when would you expect to reach a point where feedback could be given? |
Hi, I will ping you for feedback and a review because I am currently adjusting my original code based on the changes made in this branch. |
@michal-gubricky Sounds great. Thank you! |
Based on #710, a plugin must be added that creates k8s clusters with the usage of cluster-stacks
To do this, we need to derive a plugin from Tests/kaas/plugin/interface.py that implements the following two methods:
The current plugin implementation from kind can be used as an example: Tests/kaas/plugin/plugin_kind.py
The text was updated successfully, but these errors were encountered: