senthilrch / kube-fledged

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.24k stars 118 forks source link

Add README.md to kube-fledged helm chart #136

Closed senthilrch closed 2 years ago

senthilrch commented 2 years ago

It is a good practice to include README.md in helm chart. Add a README.md file to kube-fledged's helm chart located in: ./deploy/kubefledged-operator/helm-charts/kubefledged

The README should have following info:-

senthilrch commented 2 years ago

SODACODE22: Raise PR against "develop" branch.

anubhav06 commented 2 years ago
  • Short description of kube-fledged kube-fledged is a kubernetes operator for creating and managing a cache of container images directly on the worker nodes of a kubernetes cluster. It allows a user to define a list of images and onto which worker nodes those images should be cached (i.e. pulled). As a result, application pods start almost instantly, since the images need not be pulled from the registry. kube-fledged provides CRUD APIs to manage the lifecycle of the image cache, and supports several configurable parameters to customize the functioning as per one's needs.

Hi! The README should contain the exact description which you have mentioned and nothing in addition to that, right ?

senthilrch commented 2 years ago

Yes right!

anubhav06 commented 2 years ago

Great! Can I work on this ?

senthilrch commented 2 years ago

Yes