Skip to content

Commit 14eb291

Browse files
authored
Merge pull request kubernetes#90751 from yliaog/windep
Removed leftover comments for the deleted function Get_MgmtSubnet
2 parents d8a513e + eb6ee36 commit 14eb291

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cluster/gce/windows/k8s-node-setup.psm1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,6 @@ function ConvertTo_MaskLength
440440
return $bits.Length
441441
}
442442

443-
# Returns the "management" subnet on which the Windows pods+kubelet will
444-
# communicate with the rest of the Kubernetes cluster without NAT. In GCE this
445-
# is the subnet that VM internal IPs are allocated from.
446-
#
447-
# This function will fail if Add_InitialHnsNetwork() has not been called first.
448443
# Returns a network adapter object for the "management" interface via which the
449444
# Windows pods+kubelet will communicate with the rest of the Kubernetes cluster.
450445
#

0 commit comments

Comments
 (0)