mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Drop end of sunrpc port range to avoid port conflicts.
Change-Id: I1561fe447f50d9ac835094b3cceba62ea74dfd81
This commit is contained in:
parent
044fd6fdf6
commit
60d446fe3d
@ -117,6 +117,13 @@ write_files:
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
- path: /etc/modprobe.d/sunrpc.conf
|
||||
permissions: 0644
|
||||
owner: root
|
||||
# The GKE metadata server uses ports 987-989, so the sunrpc range should be restricted to be below.
|
||||
content: |
|
||||
options sunrpc max_resvport=986
|
||||
|
||||
runcmd:
|
||||
- systemctl daemon-reload
|
||||
- systemctl enable kube-node-installation.service
|
||||
|
Loading…
Reference in New Issue
Block a user