Destroy the bootstrap node in an attempt to test backup and restoration. #1806
Labels
complexity:medium
Something that requires one or few days to fix
topic:ci
Continuous integration and build orchestration
Component:
'tests', 'backup', 'restore' 'ci'
Why this is needed:
While performing a bootstrap node recovery, we do not have any real need for the old bootstrap node and as such we should destroy it completely.
What should be done:
Add a CI step to destroy the old bootstrap node.
Implementation proposal (strongly recommended):
Seems to me that there is no real need to destroy the entire open stack multi-node infrastructure. We could destroy the bootstrap node with a
kubectl delete node bootstrap
It looks like some extra cleanup is needed such as
Test plan:
The text was updated successfully, but these errors were encountered: