Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d47dd75d
Commit
d47dd75d
authored
May 29, 2019
by
Peter Hornyack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GCE Windows nodes: leave firewall enabled.
parent
4fed7530
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
k8s-node-setup.psm1
cluster/gce/windows/k8s-node-setup.psm1
+0
-5
No files found.
cluster/gce/windows/k8s-node-setup.psm1
View file @
d47dd75d
...
@@ -230,11 +230,6 @@ function Set-EnvironmentVars {
...
@@ -230,11 +230,6 @@ function Set-EnvironmentVars {
# Configures various settings and prerequisites needed for the rest of the
# Configures various settings and prerequisites needed for the rest of the
# functions in this module and the Kubernetes binaries to operate properly.
# functions in this module and the Kubernetes binaries to operate properly.
function
Set
-PrerequisiteOptions
{
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.
# Windows updates cause the node to reboot at arbitrary times.
Log-Output
"Disabling Windows Update service"
Log-Output
"Disabling Windows Update service"
sc.exe config wuauserv
start
=
disabled
sc.exe config wuauserv
start
=
disabled
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment