mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	test/e2e_node: set apiserver kubelet preferred addresses
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
This commit is contained in:
		@@ -88,6 +88,8 @@ func (a *APIServer) Start() error {
 | 
			
		||||
	o.Authentication.ServiceAccounts.Issuers = []string{"https://foo.bar.example.com"}
 | 
			
		||||
	o.Authentication.ServiceAccounts.KeyFiles = []string{saSigningKeyFile.Name()}
 | 
			
		||||
 | 
			
		||||
	o.KubeletConfig.PreferredAddressTypes = []string{"InternalIP"}
 | 
			
		||||
 | 
			
		||||
	errCh := make(chan error)
 | 
			
		||||
	go func() {
 | 
			
		||||
		defer close(errCh)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user