mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-03 17:41:03 +01:00 
			
		
		
		
	Wait for tailscale client to be ready after tailscale up
This commit is contained in:
		
							parent
							
								
									cb2790984f
								
							
						
					
					
						commit
						9989657c0f
					
				@ -258,7 +258,13 @@ func (s *Scenario) RunTailscaleUp(
 | 
			
		||||
				// TODO(kradalby): error handle this
 | 
			
		||||
				_ = c.Up(loginServer, authKey)
 | 
			
		||||
			}(client)
 | 
			
		||||
 | 
			
		||||
			err := client.WaitForReady()
 | 
			
		||||
			if err != nil {
 | 
			
		||||
				log.Printf("error waiting for client %s to be ready: %s", client.Hostname(), err)
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		namespace.joinWaitGroup.Wait()
 | 
			
		||||
 | 
			
		||||
		return nil
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user