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
For Topo Kind objects finalizers, onos-operator#29 added a check to see if the namespace is whether being deleted. But when deleting the sd-ran chart, the onos-topo pod is deleted before the Topo Kind finalizers execution, so the Topo Kind objects cannot be deleted. If we want to wait for chart deletion(use kubectl delete), it will be stuck.
For Topo Kind objects finalizers, onos-operator#29 added a check to see if the namespace is whether being deleted. But when deleting the
sd-ran
chart, theonos-topo
pod is deleted before the Topo Kind finalizers execution, so the Topo Kind objects cannot be deleted. If we want to wait for chart deletion(usekubectl delete
), it will be stuck.Steps to preproduce
sd-ran
helm charts.topo kind
objects.sd-ran
helm chart,topo kind
objects got deletion timestamps but not deleted.The text was updated successfully, but these errors were encountered: