mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Fix the update test.
This commit is contained in:
		@@ -72,9 +72,8 @@ function validate() {
 | 
			
		||||
          exit -1
 | 
			
		||||
        fi
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      if [[ "$current_status" != "0001-01-01T00:00:00Z" ]]; then
 | 
			
		||||
        echo "  $id is created but not running"
 | 
			
		||||
      if [[ "$current_status" == "<no value>" ]]; then
 | 
			
		||||
        echo "  $id is created but not running ${current_status}"
 | 
			
		||||
        continue
 | 
			
		||||
      fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user