Skip to content

Commit

Permalink
Fix typo, add a couple of links.
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Feb 3, 2017
1 parent 1cebef2 commit ee36b23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/dev/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This doc explains how to build, test and release ingress controllers.

## Building

All ingress controllers are build through a Makefile. Depending on your
All ingress controllers are built through a Makefile. Depending on your
requirements you can build a raw server binary, a local container image,
or push an image to a remote repository.

Expand Down Expand Up @@ -76,7 +76,9 @@ $ cd $GOPATH/src/k8s.io/kubernetes
$ ./hack/ginkgo-e2e.sh --ginkgo.focus=Ingress.* --delete-namespace-on-failure=false
```

TODO: add instructions on running integration tests, or e2e against
See also [related FAQs](../faq#how-are-the-ingress-controllers-tested).

[TODO](https://github.com/kubernetes/ingress/issues/5): add instructions on running integration tests, or e2e against
local-up/minikube.

## Releasing
Expand Down

0 comments on commit ee36b23

Please sign in to comment.