Fix error when updating managedFields failed#476
Merged
Conversation
iakmc
force-pushed
the
fix-failing-update-managedfields
branch
from
February 23, 2026 13:51
3698d2b to
90bb63b
Compare
Contributor
|
Looks like there's an error with the way you've linked the issue for this PR |
cnvergence
reviewed
Feb 24, 2026
iakmc
force-pushed
the
fix-failing-update-managedfields
branch
from
March 3, 2026 09:11
90bb63b to
0444f68
Compare
olamilekan000
approved these changes
Mar 3, 2026
On-behalf-of: SAP <iskren.pertov@sap.com> Signed-off-by: Iskren Petrov <iskren@kubermatic.com> reset ObjectMeta when creating BoundSchema from CRD template add boundschema test fix copyright date
iakmc
force-pushed
the
fix-failing-update-managedfields
branch
from
March 3, 2026 09:56
0444f68 to
6b438de
Compare
mjudeikis
approved these changes
Mar 3, 2026
mjudeikis
enabled auto-merge (squash)
March 3, 2026 10:14
cnvergence
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
BoundSchema templates were created from CRDs and carried over CRD
managedFields.This caused a
[SHOULD NOT HAPPEN] failed to update managedFieldserror in KCP logs.What Type of PR Is This?
/kind bug
Related Issue(s)
Fixes #3788
Release Notes