| 
					
				 | 
			
			
				@@ -120,7 +120,7 @@ pipeline { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 docker node ls --format "{{.Hostname}} {{.TLSStatus}}" | while read host status 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 do 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   if [ $status != Ready ]; then echo "\u001B[31m \u2600 Cluster ${CLUSTER_NAME} state is inconsistent \u001B[0m"; exit 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  else echo "\u001B[34m \u2600 HOST: $host STATUS: $status \u001B[0m" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  else echo "\u2705 \u001B[34m HOST: $host STATUS: $status \u001B[0m" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   fi 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 done 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               else echo "\u001B[31m \u2600 Host not Found \u001B[0m"; exit 1 
			 |