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

Multiple ConfigMaps #15

Open
igoratencompass opened this issue Feb 1, 2018 · 3 comments
Open

Multiple ConfigMaps #15

igoratencompass opened this issue Feb 1, 2018 · 3 comments

Comments

@igoratencompass
Copy link

Hello,

Does this support monitoring multiple ConfigMaps?

@gralfca
Copy link

gralfca commented Mar 15, 2018

yes, you need to add them comma separated in your annotation

@swaykg
Copy link

swaykg commented Sep 23, 2019

annotation is limited to 64 characters, but we need more, is there any other way?

@gralfca
Copy link

gralfca commented Sep 23, 2019

Annotations are not limited to 64 characters. Consider the following:

kubectl create ns xxx
kubectl -n xxx run nginx --image=nginx
kubectl -n xxx annotate deploy nginx yyy=0123456789012345678901234567890123456789012345678901234567890123456789

In this case, the annotation is 70 characters. This works in my clusters.

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

No branches or pull requests

3 participants