Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upKubernetes namespace filtering with regex #3692
Comments
This comment has been minimized.
This comment has been minimized.
|
The whole point of that feature is that the user doesn't always have permission to request a list of namespaces. If that's not the case, you can use relabelling to restrict targets by namespace. |
This comment has been minimized.
This comment has been minimized.
|
Thanks, will using the relabel_configs for filtering the namespaces! |
johscheuer
closed this
Jan 19, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
johscheuer commentedJan 16, 2018
Feature Request
In this PR: #2642 + according issue: #2280 a namespace selection by name was introduced (for Kubernetes). Currently we have the requirement to filter the namespaces in a dynamic way (instead of defining some static names). If this is still an open topic I would like to implement this feature.
Best regards!