diff --git a/cluster/gce/windows/k8s-node-setup.psm1 b/cluster/gce/windows/k8s-node-setup.psm1 index 2438c4d291d..62027bdb21e 100644 --- a/cluster/gce/windows/k8s-node-setup.psm1 +++ b/cluster/gce/windows/k8s-node-setup.psm1 @@ -440,11 +440,6 @@ function ConvertTo_MaskLength return $bits.Length } -# Returns the "management" subnet on which the Windows pods+kubelet will -# communicate with the rest of the Kubernetes cluster without NAT. In GCE this -# is the subnet that VM internal IPs are allocated from. -# -# This function will fail if Add_InitialHnsNetwork() has not been called first. # Returns a network adapter object for the "management" interface via which the # Windows pods+kubelet will communicate with the rest of the Kubernetes cluster. #