redis-operator icon indicating copy to clipboard operation
redis-operator copied to clipboard

do not propagate labels by default

Open uhthomas opened this issue 1 year ago • 1 comments

Deployment tools like kubectl ApplySets use labels to keep track of objects they manage. Propagating those labels where a tool is actively pruning resources will cause resources managed by the operator to be pruned also.

https://kubernetes.io/blog/2023/05/09/introducing-kubectl-applyset-pruning/

Fixes #592

uhthomas avatar May 11 '23 09:05 uhthomas