A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
Apache License 2.0
1.27k
stars
119
forks
source link
feat(ImageManager): add --job-retention-policy flag to the controller #160
Signed-off-by: Niladri Halder niladri.halder26@gmail.com
Resolves #101
This PR adds the '--job-retention-policy' flag to the controller. Possible values for this flag are 'delete' and 'retain'.
delete behavior:
retain behavior: