-
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
Migrate infrastructure related logic + configuration from KEB to KIM #127
Comments
As part of the migration, please do not forget about planning the removal of https://github.com/kyma-project/control-plane/tree/main/components/schema-migrator. |
This PR should be done before we finalise KIM migration. |
We have to double check with Gophers if we have not missed anything. |
@piotrmiskiewicz / @PK85 / @ebensom - JFYI: this is the issue we will use to migrate configuration parameters which are pure infrastructure related from KEB to KIM. WE also agreed that SRE will switch to server-side-apply and take over the the field-ownership of these values which are usually only relevant for them (e.g. |
Description
A goal of the KIm is to establish a domain for infrastructure relate tasks (primarily cluster creation) within Kyma. At the moment is KEB heavily involved in this area as managing several decisions about the cluster creation (e.g. which region has to be used etc.).
To establish KEB as pure orchestration service for Kyma backends, all infrastructure related logic in KEB should be extracted and become part of KIM.
AC:
Depends on
#125 + #134
Relates to
#600
The text was updated successfully, but these errors were encountered: