File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This doc explains how to build, test and release ingress controllers.
4
4
5
5
## Building
6
6
7
- All ingress controllers are build through a Makefile. Depending on your
7
+ All ingress controllers are built through a Makefile. Depending on your
8
8
requirements you can build a raw server binary, a local container image,
9
9
or push an image to a remote repository.
10
10
@@ -76,7 +76,9 @@ $ cd $GOPATH/src/k8s.io/kubernetes
76
76
$ ./hack/ginkgo-e2e.sh --ginkgo.focus=Ingress.* --delete-namespace-on-failure=false
77
77
```
78
78
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
80
82
local-up/minikube.
81
83
82
84
## Releasing
You can’t perform that action at this time.
0 commit comments