提交 d78d7f0a 编写于 作者: Z zackzhangkai

just filter out kube-* namespaces

Signed-off-by: Nzackzhangkai <zackzhang@yunify.com>
上级 c5de21af
......@@ -107,7 +107,7 @@ func initializeServicemeshConfig(s *options.ServerRunOptions) {
}
// Exclude system namespaces
config.API.Namespaces.Exclude = []string{"istio-system", "kubesphere*", "kube*"}
config.API.Namespaces.Exclude = []string{"istio-system", "kube-.*"}
config.InCluster = true
// Set default prometheus service url
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册