Remove the functionality in druid that deletes old configmaps #1015
Labels
area/quality
Output qualification (tests, checks, scans, automation in general, etc.) related
kind/cleanup
Something that is not needed anymore and can be cleaned up
Milestone
How to categorize this issue?
/area quality
/kind cleanup
What would you like to be added:
The PR #1014 adds functionality to cleanup the old configmaps with naming format
etcd-bootstrap-UID[:6]
. However, as it's only a cleanup logic this needs to be removed from druid code after 3 releases i.e inv0.31.0
ensuring sufficient time for users to upgrade to versions that has this cleanup logic. After that, it is unnecessary to maintain this piece of code.Why is this needed:
Remove cleanup logic for older configmaps in
v0.31.0
The text was updated successfully, but these errors were encountered: