Merge pull request #126249 from xigang/node_status

kubelet: remove useless comment code for node status
This commit is contained in:
Kubernetes Prow Robot 2024-10-22 18:44:53 +01:00 committed by GitHub
commit 8013bc1c25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,7 +324,6 @@ func MachineInfo(nodeName string,
node.Status.Capacity[v1.ResourceEphemeralStorage] = v
}
}
//}
devicePluginCapacity, devicePluginAllocatable, removedDevicePlugins = devicePluginResourceCapacityFunc()
for k, v := range devicePluginCapacity {