Description
When a Pod with mounted log volumes is deleted we need to add annotation so that the janitor can easily identify it for clean up. As per design doc:
pv.couchbase.com/detached.
When a Pod with mounted log volumes is deleted we need to add annotation so that the janitor can easily identify it for clean up. As per design doc:
pv.couchbase.com/detached.
Looks like janitor is doing this... I was going to put in k8sutil on Pod delete, but no point in having it 2 places.