You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The admission control for other object types (such as Pod) will rejects names containing a '.' in their. This issue came up for us because a change in our scripting was generating Module's with '.'s in their name. This would have been caught earlier if the admission controller for modules rejected it upon creation.
Proposed Solutions
Add this to the admission controller check for Modules (preferred)
Properly remove the finalizer for Modules with a '.' in their names
The text was updated successfully, but these errors were encountered:
GerrySeidman
changed the title
Modules with a '.' in their can not be deleted
Modules with a '.' in their name can not be deleted
Jan 7, 2025
Modules with a '.' in their name can not be deleted
FAILING Example with module named "test.1"
Working Example with module named "test-1"
Note: The admission control for other object types (such as Pod) will rejects names containing a '.' in their. This issue came up for us because a change in our scripting was generating Module's with '.'s in their name. This would have been caught earlier if the admission controller for modules rejected it upon creation.
Proposed Solutions
The text was updated successfully, but these errors were encountered: