Merge pull request #1148 from asifdxtreme/patch-13

Minor Typo Fix in Getting-Started.md
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-08-16 14:05:27 -03:00 committed by GitHub
commit 47096ec1b4

View file

@ -102,7 +102,7 @@ $ cd $GOPATH/src/k8s.io/ingress/controllers/<controller>
$ go test ./... $ 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 ```console
$ cd $GOPATH/src/k8s.io/kubernetes $ cd $GOPATH/src/k8s.io/kubernetes
$ ./hack/ginkgo-e2e.sh --ginkgo.focus=Ingress.* --delete-namespace-on-failure=false $ ./hack/ginkgo-e2e.sh --ginkgo.focus=Ingress.* --delete-namespace-on-failure=false