We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8a513e + eb6ee36 commit 14eb291Copy full SHA for 14eb291
cluster/gce/windows/k8s-node-setup.psm1
@@ -440,11 +440,6 @@ function ConvertTo_MaskLength
440
return $bits.Length
441
}
442
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.
448
# Returns a network adapter object for the "management" interface via which the
449
# Windows pods+kubelet will communicate with the rest of the Kubernetes cluster.
450
#
0 commit comments