-
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
Support the configuration of seeds within the same region as the shoot [KIM/feature] #241
Comments
See https://github.com/gardener/gardener/blob/v1.84.1/example/90-shoot.yaml#L365-L368 for the Shoot-spec related section that needs to be touched |
PR on Gardener Side is open: it changes the |
Opened another PR for Gardener with an proposal to add an unique suffix to each error message replied by Gardener's reconciler: gardener/gardener#10983 This would help to reliably map error messages to Gardener reconciler problems (e.g. no seed in region found etc.). |
Description
As part of EPIC kyma-project/kyma#18182, we are going to offer customers the option request a shoot and seed in the same region.
This requires a modification of KIM to be able to
RuntimeCR
)AC:
RuntimeCR
) gets extended to support a boolean-field which indicates whether seed and shoot have to be in the same regionPending
state) are detected and returned as failure to KEB: Runtime has to switch into ERROR state if Gardener cannot find a seed in same region as shoot: Shoot-Spec is staying endless in PENDING state #511Reasons
Enforce seed and shoot in same region to improve latency and address security related concerns.
Attachments
Relates to
kyma-project/kyma#18182
The text was updated successfully, but these errors were encountered: