enix / kube-image-keeper

kuik is a container image caching system for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation clarification

mpeters-tha opened this issue ยท comments

Hi,

I really appreciated that documentation was written with care, and would like to report what was not so clear after several reading:

  1. "When a pod is created, kuik's mutating webhook rewrites its images on the fly, adding a localhost:{port}/ prefix (the port is 7439 by default, and is configurable)." => ok, this means that you don't need to modify/rewrite the source registry url of your manifest/helm chart used to deploy your solution. This is a bit magic and not obvious at first reading.

  2. I want to cache a private, secured registry, for which I currently use a imagePullSecrets. It is not clear if I should use controllers.imagePullSecrets, proxy.imagePullSecrets, registry.imagePullSecrets, registryUI.imagePullSecrets or none of them ? I can identify on that nice schema that it should be about the "source registry", but I don't see any parameters related to that ? The one pulling image from source registry is "K8s controller", does it means I should set the controllers.imagePullSecrets with it ?

  3. registryUI what it is for ? i don't see it mentioned anywhere else. I guess maybe for external registry that would use UI such as Harbor ?

Thanks for having design the exact product I needed. Hope it can help others.

๐ŸŽ‰ This issue has been resolved in version 1.7.0 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€