mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #76819 from serathius/metrics-server-internal-ip
[metrics-server addon] Restore connecting to nodes via IP addresses
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user