mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	remove TEST_IGNORE_CLOUDPROVIDER_TAINT from hack/ginkgo-e2e.sh
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
This commit is contained in:
		@@ -130,11 +130,6 @@ if [[ "${KUBERNETES_PROVIDER}" == "azure" ]]; then
 | 
				
			|||||||
    fi
 | 
					    fi
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [[ "${TEST_IGNORE_CLOUDPROVIDER_TAINT:-}" == true ]]; then
 | 
					 | 
				
			||||||
  echo "Found test ignore cloude provider taint, removing NoSchedule taint from all nodes"
 | 
					 | 
				
			||||||
  "${KUBE_ROOT}/cluster/kubectl.sh" taint nodes --all node.cloudprovider.kubernetes.io/uninitialized:NoSchedule-
 | 
					 | 
				
			||||||
fi
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# These arguments are understood by both Ginkgo test suite and CLI.
 | 
					# These arguments are understood by both Ginkgo test suite and CLI.
 | 
				
			||||||
# Some arguments (like --nodes) are only supported when using the CLI.
 | 
					# Some arguments (like --nodes) are only supported when using the CLI.
 | 
				
			||||||
# Those get set below when choosing the program.
 | 
					# Those get set below when choosing the program.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user