Просмотр исходного кода

Merge branch 'master' into Bolt-profiling-thanos

Matt Bolt 6 лет назад
Родитель
Сommit
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]
 	}