Drop end of sunrpc port range to avoid port conflicts.

Change-Id: I1561fe447f50d9ac835094b3cceba62ea74dfd81
This commit is contained in:
Matthew Cary 2021-06-01 21:53:46 +00:00
parent 044fd6fdf6
commit 60d446fe3d

View File

@ -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