You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now if a module is configured as unmanaged on the Kyma CR level, it's not possible to turn it managed without editing raw yaml.
The following screenshot shows an unmanaged serverless module:
The Edit view should have checkbox for every module to easily enable/disable management of every module. Now it looks like this:
The text was updated successfully, but these errors were encountered:
Hey @pPrecel, from KLM's perspective the re-managing of modules is not yet supported, this is rather one-way story until we implement this ticket: kyma-project/lifecycle-manager#1667
Update: re-managing of the modules is supported with a default approach - this means that the whole module deployment will be updated to the current version available in the channel (if multiple module versions were skipped and module introduced some breaking changes it may go bad).
We could provide users with such an option, it would be nice to have a clear warning on the risks though: The re-managed module will be updated to the current active version of the module in the channel. If multiple versions were skipped and breaking changes were introduced in the meantime, the migration may not be automatic and manual adjustments will be needed. Proceed at your own risk.
Description
Now if a module is configured as unmanaged on the Kyma CR level, it's not possible to turn it managed without editing raw yaml.
The following screenshot shows an unmanaged serverless module:
The
Edit
view should have checkbox for every module to easily enable/disable management of every module. Now it looks like this:The text was updated successfully, but these errors were encountered: