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

Prevent patching of immutable fields in KIM #600

Open
1 task
tobiscr opened this issue Jan 13, 2025 · 0 comments
Open
1 task

Prevent patching of immutable fields in KIM #600

tobiscr opened this issue Jan 13, 2025 · 0 comments
Labels
area/control-plane Related to all activities around Kyma Control Plane kind/feature Categorizes issue or PR as related to a new feature.

Comments

@tobiscr
Copy link
Contributor

tobiscr commented Jan 13, 2025

Description

We have to enhance KIM to detect immutable changes during the Shoot-patching. Gardener rejects multiple changes from KIM because the field was treated as immutable by Gardener.

KIM has to detect non-changable fields during the Shoot-Processing and prevent patch-calls for them.

AC:

  • KIM is able to prevent the patching of immutable fields in Gardener's Shoot-Spec

Reasons

Avoid calls to Gardener which leads to provisioning failures caused by immutable fields.

Attachments

@tobiscr tobiscr added kind/feature Categorizes issue or PR as related to a new feature. area/control-plane Related to all activities around Kyma Control Plane labels Jan 13, 2025
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 kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant