-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Checklist
- I did not find a related open enhancement request.
- I understand that enhancement requests filed in the GitHub repository are by default low priority.
- If this request is time-sensitive, I have submitted a corresponding issue with GCP support.
Describe the feature
Description: If a user removes the last managed resource from an implicit namespace in their Git repository, Config Sync leaves the management labels and annotations on the Namespace object in the cluster. This creates a stale state where the Namespace appears to be managed by Config Sync, even though no resources within it are currently being synced.
Feature request: We request that the multi-repo reconciler be updated to detect when an implicit namespace no longer contains any managed resources. When this occurs, it should automatically strip the management annotations and labels from the Namespace, accurately reflecting that it is no longer under active management for that repository.
Alternatives considered:
- Deleting the Namespace entirely (disruptive if the Namespace contains other unmanaged resources).
Importance
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request