Unverified Commit b32b742d authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #76819 from serathius/metrics-server-internal-ip

[metrics-server addon] Restore connecting to nodes via IP addresses
parents 3b12266c 2fc8ac9e
...@@ -57,6 +57,7 @@ spec: ...@@ -57,6 +57,7 @@ spec:
# Remove these lines for non-GKE clusters, and when GKE supports token-based auth. # Remove these lines for non-GKE clusters, and when GKE supports token-based auth.
- --kubelet-port=10255 - --kubelet-port=10255
- --deprecated-kubelet-completely-insecure=true - --deprecated-kubelet-completely-insecure=true
- --kubelet-preferred-address-types=InternalIP,Hostname,InternalDNS,ExternalDNS,ExternalIP
ports: ports:
- containerPort: 443 - containerPort: 443
name: https name: https
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment