Skip to content

Commit

Permalink
Merge pull request #76819 from serathius/metrics-server-internal-ip
Browse files Browse the repository at this point in the history
[metrics-server addon] Restore connecting to nodes via IP addresses
  • Loading branch information
k8s-ci-robot committed Apr 19, 2019
2 parents 3b12266 + 2fc8ac9 commit b32b742
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -57,6 +57,7 @@ spec:
# Remove these lines for non-GKE clusters, and when GKE supports token-based auth.
- --kubelet-port=10255
- --deprecated-kubelet-completely-insecure=true
- --kubelet-preferred-address-types=InternalIP,Hostname,InternalDNS,ExternalDNS,ExternalIP
ports:
- containerPort: 443
name: https
Expand Down

0 comments on commit b32b742

Please sign in to comment.