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
fix: Register cleanup-contentmanager-cache finalizer for BoxcutterRuntime (#2304)
When BoxcutterRuntime is enabled, ClusterExtensions created with the Helm
runtime still have the cleanup-contentmanager-cache finalizer, but the
finalizer handler is not registered in setupBoxcutter(). This causes
ClusterExtension deletions to hang indefinitely.
This commit registers a no-op finalizer handler in setupBoxcutter() to
allow deletion of ClusterExtensions that were created before BoxcutterRuntime
was enabled. Since Boxcutter doesn't use contentmanager (it has its own
tracking mechanism), no actual cleanup is needed.
Assisted-by: Claude code
Signed-off-by: Todd Short <tshort@redhat.com>
0 commit comments