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
不知道能不能支持,根据自定义的 filter ,过滤某些集群?
The text was updated successfully, but these errors were encountered:
好主意,我考虑一下怎么实现
Sorry, something went wrong.
@cynial 能详细描述下您希望使用什么样的过滤规则吗?如dev-开头,或 -test后缀?
dev-
-test
我这边是希望能过滤 NAME 字段,比如我现在管理着 30 多个集群,我想看:
1、部署在深圳 shenzhen 的有哪些集群 2、测试集群 test 分别在哪些地方部署了
NAME w-test-shenzhen-mz w-test-tianjin-mz w-test-beijing-mz w-prod-tianjin-mz w-prod-beijing-mz
只要包含该关键字,如:
$ kubecm ls --filter shenzhen NAME w-test-shenzhen-mz
this feature is released, please use v0.13.0
sunny0826
No branches or pull requests
不知道能不能支持,根据自定义的 filter ,过滤某些集群?
The text was updated successfully, but these errors were encountered: