kuberhealthy icon indicating copy to clipboard operation
kuberhealthy copied to clipboard

pullSecret support on helm chart

Open pragmaticivan opened this issue 3 years ago • 3 comments

Describe the feature you would like and why you want it Thoughts on supporting pullSecret for all the docker images? Docker has rate limiting now and it's something that have been changing over the past few months.

pragmaticivan avatar Aug 18 '21 14:08 pragmaticivan

I think this would be a great option for to add into the helm chart -- it would only be a few small changes!

Are you assuming a single imagePullSecret for all images in this case?

jonnydawg avatar Aug 18 '21 16:08 jonnydawg

@jonnydawg yes assuming someone will not try to keep one image in dockerhub and the rest on ECR.

I currently made it work by patching the ServiceAccounts and creating a secret.

pragmaticivan avatar Aug 18 '21 16:08 pragmaticivan

I think we should be careful not to put too many options in the Helm chart.

The Chart has a lot of options already, and it seems like someone can add the imagePullSecret for their own khcheck resources pretty easily for the server in question within their namespace using these steps from the Kubernetes docs.

However, setting an imagePullPolicy for the kuberhealthy deployment is pretty hard. Perhaps we can minimize the additions to the helm chart by simply adding an imagePullPolicy property to the kuberhealthy deployment if specified in the global options. This would mean that users would need to create the secret themselves outside the chart.

Thoughts?

integrii avatar Aug 23 '21 18:08 integrii

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment on the issue or this will be closed in 15 days.

github-actions[bot] avatar Jan 28 '24 00:01 github-actions[bot]