Merge pull request #3151 from zackzhangkai/kiali-filter-ns

just filter out namespace started with kube-
This commit is contained in:
KubeSphere CI Bot
2020-12-01 11:11:39 +08:00
committed by GitHub

View File

@@ -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