mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #103376 from mattcary/sunrpc
Drop end of sunrpc port range to avoid port conflicts.
This commit is contained in:
commit
ce5dbd2095
@ -117,6 +117,13 @@ write_files:
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
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:
|
runcmd:
|
||||||
- systemctl daemon-reload
|
- systemctl daemon-reload
|
||||||
- systemctl enable kube-node-installation.service
|
- systemctl enable kube-node-installation.service
|
||||||
|
Loading…
Reference in New Issue
Block a user