Reduce default values for --older-than
and --keep
and explain output
#22
Labels
enhancement
New feature or request
--older-than
and --keep
and explain output
#22
The commands
configmap
,secret
andimage orphans
have rather high default values for:--keep
(default 10)--older-than
(default "2mo")While this might look like a somewhat "safe" choice than a smaller number,
seiso
without those options and not get any results.We may need to consider typical developer patterns of use, such as:
To me, this sounds like a common scanario. For a case like that "2 months" makes little sense: It makes
seiso
tell us, "No resources found", and yields the impression that the tool is broken.Suggested solution
--keep
default to3
--older-than
default to1w
The text was updated successfully, but these errors were encountered: