Explorar o código

Remove default sharing of kube-system namespace

Niko Kovacevic %!s(int64=6) %!d(string=hai) anos
pai
achega
c136025b7b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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]
 	}