Actual:
Actual implementation do the image cleanup only on the node running the shepherd container, not on the node running the service updated, nor on any other
Expected:
In decreasing preference order:
- Cleanup on every nodes, keeping the image digest matching the updated image (rem: image digest is immutable not the image ID)
- Cleanup on every nodes
- Cleanup on node running the service
- Limitation highlighted in documentation