Skip to content

Commit

Permalink
Fix Azure#3266 - Node labels don't get applied to Windows nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lang committed Aug 30, 2018
1 parent 9ba0cd3 commit 9c2c34e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parts/k8s/kuberneteswindowssetup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ Write-KubernetesStartFiles($podCIDR)
`$global:HNSModule = "$global:HNSModule"
`$global:VolumePluginDir = "$global:VolumePluginDir"
`$global:NetworkPlugin="$global:NetworkPlugin"
`$global:KubeletNodeLabels="$global:KubeletNodeLabels"
"@

Expand Down

0 comments on commit 9c2c34e

Please sign in to comment.