Merge pull request #1148 from asifdxtreme/patch-13
Minor Typo Fix in Getting-Started.md
This commit is contained in:
commit
47096ec1b4
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