-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Community Modules] Prepare handover documentation for the modulectl #77
Comments
Migration Guide: Use
|
Description
We want to create a documentation that is collecting all things that need to be communicated explicitly when handing over the new
modulectl
(migrate from CLI). Things to cover:manifest
to use a local file (fetch from git instead)manifest
will automatically write an entry namedrawManifest
to.spec.resources
operator.kyma-project.io/doc-url
anymore, use.spec.info.documentation
insteadoperator.kyma-project.io/module-version
anymore, use.spec.version
instead--module-config-file
/--module-config
has been renamed to--config-file
and has shortcut -c
(both, scaffold and create command)--git-remote
needs to be provided with the value of the url of the GitHub repository to provide the security scanners configmoduleRepo
is in https://github.tools.sap/kyma/module-manifests/blob/main/modules/api-gateway/fast/module-config.yaml#L11 and check if it can be replaced with.spec.info.repository
.metadata.name
is concatenated from<module-name>-<version>
(instead of<module-name>-<channel>
(See [ModuleCatalog] ModuleTemplate'smetadata.name
is<module-name>-<version>
#62)internal
label can be used.manifest
anddefaultCR
in the specified module config file MUST be links to the released asset of the module, not links to local filesmodulectl
must not be used for the creation of manadatory ModuleTemplates [Module Catalog] Create concept for how to deal with mandatory modules and the latest module changes lifecycle-manager#1979Acceptance Criteria
The text was updated successfully, but these errors were encountered: