-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.9] Revert "Change subscription patch logic to ensure resou…
…rce version (#6670) (#6725) This reverts commit 4d6e1fc. It has the side effect of dropping channel spec fields, so even immutable fields are dropped, hence channels will fail to get updated. We need to re-evalute the approach to fix the orginal issue: #6636, patch will always have edge cases that will lead the original bug because subscriptions are reconciled independently from each other (and potentially by multiple controller replicas), so update is the only way of having concurrency control at the resource level but we should make sure that we're preserving unknown fields when updating channelables.
- Loading branch information
Showing
3 changed files
with
118 additions
and
236 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.