Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: manage monitored deployments by configmap #8

Open
matteovivona opened this issue Jun 26, 2020 · 2 comments
Open

Feature request: manage monitored deployments by configmap #8

matteovivona opened this issue Jun 26, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@matteovivona
Copy link

First of all, I would like to congratulate you on the excellent tool!

Sometimes it is also necessary to "monitor” some applications installed via Helm or Operator that don't allow easily inject annotation. Is it possible to manage these particular deployments via some configuration on configmap?

@lnsp lnsp added the enhancement New feature or request label Jul 3, 2020
@lnsp
Copy link
Owner

lnsp commented Jul 3, 2020

No, that's not possible right now. My idea would be an additional "target" ConfigMap, which defines a list of monitoring targets

apiVersion: v1
data:
  deployments:
    - my-deployment1
    - my-deployment2
  replicaSets:
    - ...
  pods:
    - ...
kind: ConfigMap
metadata:
  name: informer-targets

and maybe even support something like glob matching (e.g. my-deployment.v*) . Would that solve your problem?

@matteovivona
Copy link
Author

I think it could be a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants