Skip to content
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

Kyma Environment Broker must integrate with Infrastructure Manager #3060

Open
5 tasks
akgalwas opened this issue Sep 7, 2023 · 4 comments
Open
5 tasks

Kyma Environment Broker must integrate with Infrastructure Manager #3060

akgalwas opened this issue Sep 7, 2023 · 4 comments
Assignees
Labels
area/control-plane Related to all activities around Kyma Control Plane

Comments

@akgalwas
Copy link
Contributor

akgalwas commented Sep 7, 2023

Description

In order to provide support for dynamic kubeconfigs in the Control Plane, KEB must integrate with the Cluster Inventory.

Reasons

In the current architecture, KEB takes kubeconfig from the Provisioner, and creates a secret. The kubeconfig returned by the Provisioner is static, and should be no longer used by other components. Cluster Inventory is a new component that is responsible for dynamic kubeconfig management. KEB must delegate the task of kubeconfig secret creation to the Cluster Inventory by creating cluster CR.

Acceptance criteria

  • KEB must create Cluster CR containing the following data:
    • shoot name
    • secret name
  • Cluster CR must contain the same set of labels as defined here
  • KEB generates RuntimeID, instead of using the one generated by the Provisioner
  • Cluster CR name contains RuntimeID
  • The functionality in KEB is enabled by a feature flag
@akgalwas akgalwas added the area/control-plane Related to all activities around Kyma Control Plane label Sep 7, 2023
@akgalwas
Copy link
Contributor Author

akgalwas commented Sep 7, 2023

The exact structure of the CR will be defined in this issue: kyma-project/infrastructure-manager#9 .

@akgalwas akgalwas changed the title Kyma Environment Broker must integrate with Cluster Inventory Kyma Environment Broker must integrate with Infrastructure Manager Sep 13, 2023
@kyma-bot
Copy link
Contributor

This issue or PR has been automatically marked as stale due to the lack of recent activity.
Thank you for your contributions.

This bot triages issues and PRs according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 7d of inactivity since lifecycle/stale was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Close this issue or PR with /close

If you think that I work incorrectly, kindly raise an issue with the problem.

/lifecycle stale

@kyma-bot kyma-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 12, 2023
@kyma-bot
Copy link
Contributor

This issue or PR has been automatically closed due to the lack of activity.
Thank you for your contributions.

This bot triages issues and PRs according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 7d of inactivity since lifecycle/stale was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle stale

If you think that I work incorrectly, kindly raise an issue with the problem.

/close

@kyma-bot
Copy link
Contributor

@kyma-bot: Closing this issue.

In response to this:

This issue or PR has been automatically closed due to the lack of activity.
Thank you for your contributions.

This bot triages issues and PRs according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 7d of inactivity since lifecycle/stale was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle stale

If you think that I work incorrectly, kindly raise an issue with the problem.

/close

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.

@tobiscr tobiscr removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 22, 2024
@tobiscr tobiscr reopened this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/control-plane Related to all activities around Kyma Control Plane
Projects
None yet
Development

No branches or pull requests

4 participants