فهرست منبع

Merge branch 'master' into Bolt-profiling-thanos

Matt Bolt 6 سال پیش
والد
کامیت
9b59007132
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      costmodel/aggregations.go

+ 0 - 1
costmodel/aggregations.go

@@ -101,7 +101,6 @@ func NewSharedResourceInfo(shareResources bool, sharedNamespaces []string, label
 	for _, ns := range sharedNamespaces {
 		sr.SharedNamespace[ns] = true
 	}
-	sr.SharedNamespace["kube-system"] = true // kube-system should be split by default
 	for i := range labelnames {
 		sr.LabelSelectors[labelnames[i]] = labelvalues[i]
 	}