mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
parent
0d20f47c7a
commit
e838017f11
@ -279,9 +279,7 @@ func printMissingMetricsNodeLine(out io.Writer, nodeName string) {
|
|||||||
unknownMetricsStatus := "<unknown>"
|
unknownMetricsStatus := "<unknown>"
|
||||||
for i := 0; i < len(MeasuredResources); i++ {
|
for i := 0; i < len(MeasuredResources); i++ {
|
||||||
printValue(out, unknownMetricsStatus)
|
printValue(out, unknownMetricsStatus)
|
||||||
printValue(out, "\t")
|
|
||||||
printValue(out, unknownMetricsStatus)
|
printValue(out, unknownMetricsStatus)
|
||||||
printValue(out, "\t")
|
|
||||||
}
|
}
|
||||||
fmt.Fprint(out, "\n")
|
fmt.Fprint(out, "\n")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user