mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Remove hack/e2e-test.sh in favor of hack/e2e.go.
This commit is contained in:
		@@ -302,7 +302,7 @@ Congratulations!
 | 
			
		||||
The following will run all of the end-to-end testing scenarios assuming you set your environment in `cluster/kube-env.sh`:
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
NUM_NODES=3 hack/e2e-test.sh
 | 
			
		||||
NUM_NODES=3 go run hack/e2e.go -v --build --up --test --down
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### Troubleshooting
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user