Skip to content

Commit b32b742

Browse files
authored
Merge pull request kubernetes#76819 from serathius/metrics-server-internal-ip
[metrics-server addon] Restore connecting to nodes via IP addresses
2 parents 3b12266 + 2fc8ac9 commit b32b742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/addons/metrics-server/metrics-server-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ spec:
5757
# Remove these lines for non-GKE clusters, and when GKE supports token-based auth.
5858
- --kubelet-port=10255
5959
- --deprecated-kubelet-completely-insecure=true
60+
- --kubelet-preferred-address-types=InternalIP,Hostname,InternalDNS,ExternalDNS,ExternalIP
6061
ports:
6162
- containerPort: 443
6263
name: https

0 commit comments

Comments
 (0)