Minor Typo Fix
This commit is contained in:
parent
d4ba5008aa
commit
7d841f865d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ $ cd $GOPATH/src/k8s.io/ingress/controllers/<controller>
|
|||
$ go test ./...
|
||||
```
|
||||
|
||||
If you have access to a Kubernetes cluster, you can also run e2e tests using ginko.
|
||||
If you have access to a Kubernetes cluster, you can also run e2e tests using ginkgo.
|
||||
```console
|
||||
$ cd $GOPATH/src/k8s.io/kubernetes
|
||||
$ ./hack/ginkgo-e2e.sh --ginkgo.focus=Ingress.* --delete-namespace-on-failure=false
|
||||
|
|
Loading…
Reference in a new issue