deckhouse / k8s-image-availability-exporter

Alert if an image used in Kubernetes cannot be pulled from container registry
Apache License 2.0
215 stars 27 forks source link

Please add ability of installing the application using helm chart #13

Closed yuripastushenko closed 4 years ago

yuripastushenko commented 4 years ago

We would like to have the availability to install this application using helm chart. Will be great if the helm chart will be customizable. Also, considering that prometheus operator is the main tool for monitoring and alerting in kubernetes clusters, will be great to add the support of its custom resources creation, through this chart, like it is done on other public charts. For example:

We suppose to add alerts and service monitors through this chart. And will be great to change the podMonitor to serviceMonitor, as it better fit to this situation.

shurup commented 4 years ago

Thank you very much for your issue! It all sounds really reasonable. Sadly we can't promise implementing it right now. If you need it ASAP, please welcome to make relevant PRs (we're happy to help with everything). Otherwise, we'll be back to these ideas when we have more time.

yuripastushenko commented 4 years ago

@shurup can you please review the pull request?

yuripastushenko commented 4 years ago

@zuzzas Do you have any helm chart repository? We would like to install this application from our CI in the following way:

helm repo add flant https//path-to-helm-chart-repository
helm install flant/k8s-image-availability-exporter
yuripastushenko commented 4 years ago

Added new issue about that - https://github.com/flant/k8s-image-availability-exporter/issues/19