Unify the way how finalizers are removed in controller-manager #2835
Labels
area/service-management
Issues or PRs related to service management
kind/feature
Categorizes issue or PR as related to a new feature.
Description
api-server has bug in PreperForUpdate functions for statuses.
Implemented logic does not allow modification under
.Spec
but all another field can be changed e.g. metadata entry. Thanks to that removing finalizers worked in controllers.After removing api-server and using the status sub-resource on CRD this action is not allowed. Only status entry can be changed.
Proposed Solution:
AC:
sub-resources
The text was updated successfully, but these errors were encountered: