Skip to content

Commit 727a273

Browse files
authored
Merge pull request #219 from porridge/dev-docs-improve
Fix typo, add a couple of links.
2 parents b90003a + ee36b23 commit 727a273

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/dev/releases.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This doc explains how to build, test and release ingress controllers.
44

55
## Building
66

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

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

79-
TODO: add instructions on running integration tests, or e2e against
79+
See also [related FAQs](../faq#how-are-the-ingress-controllers-tested).
80+
81+
[TODO](https://github.com/kubernetes/ingress/issues/5): add instructions on running integration tests, or e2e against
8082
local-up/minikube.
8183

8284
## Releasing

0 commit comments

Comments
 (0)