clean up outdated in-place pod resize todo

This commit is contained in:
Natasha Sarkar
2025-08-20 19:14:59 +00:00
parent ee065dfc80
commit 08bd33e0dc

View File

@@ -27,8 +27,6 @@ import (
)
// sharesToMilliCPU converts CpuShares (cpu.shares) to milli-CPU value
// TODO(vinaykul,InPlacePodVerticalScaling): Address issue that sets min req/limit to 2m/10m before beta
// See: https://github.com/kubernetes/kubernetes/pull/102884#discussion_r662552642
func sharesToMilliCPU(shares int64) int64 {
milliCPU := int64(0)
if shares >= int64(cm.MinShares) {