fix: add whitespace for drain error message
Signed-off-by: ahmed.g <ahmed.g@adjoe.io> Kubernetes-commit: 487f83500faadc8ec972aa164b07940476288e2f
This commit is contained in:
		
							parent
							
								
									5ff591adc6
								
							
						
					
					
						commit
						3d99e3ab7e
					
				|  | @ -343,7 +343,7 @@ func (o *DrainCmdOptions) RunDrain() error { | |||
| 
 | ||||
| 			printObj(info.Object, o.Out) | ||||
| 		} else { | ||||
| 			fmt.Fprintf(o.ErrOut, "error: unable to drain node %q due to error:%s, continuing command...\n", info.Name, err) | ||||
| 			fmt.Fprintf(o.ErrOut, "error: unable to drain node %q due to error: %s, continuing command...\n", info.Name, err) | ||||
| 
 | ||||
| 			if !drainedNodes.Has(info.Name) { | ||||
| 				fatal = append(fatal, err) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue