-
Notifications
You must be signed in to change notification settings - Fork 112
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
List all cleanup changes we need to apply to KEB when we will work with Lifecycle Manager only #2498
Comments
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
This issue or PR has been automatically closed due to the lack of activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /close |
@kyma-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue or PR has been automatically closed due to the lack of activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /close |
@kyma-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
LM manager does not get any overrides, additional components and Kyma Version. Functionality, which could be removedSteps to remove (overrides and Reconciler):
Steps to modify:provisioning/initialisation.go - remove disabling BTP component code Packages to removeinternal/runtimeoverrides Remove reconciler depsRemove any dependency to RuntimeInput cleanup
InputBuilderFactory cleanupRemove the following fields (and corresponding methods): optComponentsSvc, componentsProvider, disabledComponentsProvider |
Tasks:
|
Question about Kyma Version: |
We are removing Kyma version completely. |
@piotrmiskiewicz nice summary, I went through the code and spotted pretty much the same places for changes/cleanup. If we drop Kyma versions then we can still prepare configurations per plan. |
Description
Soon or later all modules will be supported only via Lifecycle Manager. This ticket is about preparing a list of tasks that we need to remove from KEB code, e.g. overrides, kyma version etc
AC
Timeboxed to Size/S.
The text was updated successfully, but these errors were encountered: