Skip to content

Commit

Permalink
Merge pull request #78507 from pjh/gce-firewall-enabled
Browse files Browse the repository at this point in the history
GCE Windows nodes: leave firewall enabled.
  • Loading branch information
k8s-ci-robot committed Jun 1, 2019
2 parents bada1c6 + d47dd75 commit 21c9c7a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cluster/gce/windows/k8s-node-setup.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ function Set-EnvironmentVars {
# Configures various settings and prerequisites needed for the rest of the
# functions in this module and the Kubernetes binaries to operate properly.
function Set-PrerequisiteOptions {
# The Windows firewall interferes with Kubernetes networking; GCE's firewall
# should be sufficient.
Log-Output "Disabling Windows Firewall"
Set-NetFirewallProfile -Profile Domain, Public, Private -Enabled False

# Windows updates cause the node to reboot at arbitrary times.
Log-Output "Disabling Windows Update service"
sc.exe config wuauserv start=disabled
Expand Down

0 comments on commit 21c9c7a

Please sign in to comment.