We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Does this support monitoring multiple ConfigMaps?
The text was updated successfully, but these errors were encountered:
yes, you need to add them comma separated in your annotation
Sorry, something went wrong.
annotation is limited to 64 characters, but we need more, is there any other way?
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.
No branches or pull requests
Hello,
Does this support monitoring multiple ConfigMaps?
The text was updated successfully, but these errors were encountered: