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
This needs a general decision how we want to delete the Kluster:
React to the TPR deletion event. That would be here
Set the TPR status to something like Deleting and only delete the TPR once everything is removed from k8s and other backend systems.
I favour approach number 2 because it maintains visibility during cluster deletion (same like it is with pods). If we do that we should at least also thing about garbage collecting clusters that have their TPR manually deleted.
The text was updated successfully, but these errors were encountered:
databus23
changed the title
Implement cluster deletion
Implement kluster deletion
Jul 21, 2017
This needs a general decision how we want to delete the Kluster:
Deleting
and only delete the TPR once everything is removed from k8s and other backend systems.I favour approach number 2 because it maintains visibility during cluster deletion (same like it is with pods). If we do that we should at least also thing about garbage collecting clusters that have their TPR manually deleted.
The text was updated successfully, but these errors were encountered: