gyselroth / kube-icinga

Monitor kubernetes services / resources using icinga2 (including autodiscovery support)
MIT License
35 stars 4 forks source link

Enable provisioning on a resource basis #14

Open raffis opened 5 years ago

raffis commented 5 years ago

Is your feature request related to a problem? Please describe

Missing the ability to enable/disable provisioning on a single resource directly.

Describe the solution you'd like

Apply a nee annotation:

kube-icinga/provisioning: "false" or "true".

Note that this shall overturn the global provisioning setting for given resource type.