kyma-project / control-plane

A flexible and easy way to manage Kyma Runtimes
Apache License 2.0
16 stars 113 forks source link

Extend Provisioner to support the configuration of seeds within the same region as the shoot has #3441

Open tobiscr opened 1 month ago

tobiscr commented 1 month ago

Description

As part of EPIC https://github.com/kyma-project/kyma/issues/18182, we are going to offer customers the option request a shoot and seed in the same region.

This requires a modification of the Provisioner logic to be able to

AC:

Reasons

Enforce seed and shoot in same region to improve latency and address security related concerns.

Attachments

Relates to https://github.com/kyma-project/kyma/issues/18182

tobiscr commented 1 month ago

PR for this feature: https://github.com/kyma-project/control-plane/pull/3440