Skip to content

Commit eb6ee36

Browse files
committed
Removed leftover comments for the deleted function Get_MgmtSubnet
1 parent 6c0278e commit eb6ee36

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)