-
Notifications
You must be signed in to change notification settings - Fork 120
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
Support for updated Module Catalog #2251
Comments
Having the new Kyma CLI ready, we have to remember to update tutorials, including these in the Discovery Center missions. Please add it to the Definitions of Done for the epic. |
Done here. thx |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
Description
The recent changes required by the Community Modules story enable us to start working on the module related commands in kyma CLI. Multiple changes were introduced to the API of Kyma Lifecycle Manager, and thus, the new planned commands for module management should go along with them.
Reasons
We want to have a set of convenient kyma CLI commands to interact with Kyma Module Catalog.
Changes in Licecycle management API
.spec.channel
field was deprecated.spec.info
introduced, it includes basic information on the Module that can be displayed in Busola, such as repo/docu links, icons.spec.resources
introduced, it contains a reference to all the resources that need to be installed in order for the Module to be operational (used for manual installation)spec.associatedResources
introduced, it contains a list of all module-related CRDs.spec.manager
introduced, contains a reference to the Module manager, which can be used to determine whether manually installed module is operational or notAcceptance criteria
User of managed cluster should be able to discover modules w/o enabling them, for example:
- [ ] read details about the module (what API does it offer)User of managed cluster should be able to manage modules on his managed cluster, for example:
Attachments
We have been provided with sample
moduletemplates
andModuleReleaseMeta
objects on development environmentkyma-project/lifecycle-manager#2007 (comment)
The text was updated successfully, but these errors were encountered: