mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #582 from smarterclayton/reference_e2e_tests
Describe e2e-test.sh in the README
This commit is contained in:
commit
c3625fd218
@ -201,6 +201,13 @@ cd kubernetes
|
|||||||
hack/integration-test.sh
|
hack/integration-test.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### End-to-End tests
|
||||||
|
With a GCE account set up for running `cluster/kube-up.sh` (see Setup above):
|
||||||
|
```
|
||||||
|
cd kubernetes
|
||||||
|
hack/e2e-test.sh
|
||||||
|
```
|
||||||
|
|
||||||
### Keeping your development fork in sync
|
### Keeping your development fork in sync
|
||||||
One time after cloning your forked repo:
|
One time after cloning your forked repo:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user