Skip to content

Commit

Permalink
Merge pull request #1291 from khrisrichardson/correct_faq_link
Browse files Browse the repository at this point in the history
fix link to conformance suite
  • Loading branch information
aledbf authored Sep 2, 2017
2 parents cda42f9 + fbd3778 commit e815783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ as well as in [this](/examples/daemonset/nginx) example.
First check the [catalog](#is-there-a-catalog-of-existing-ingress-controllers), to make sure you really need to write one.

1. Write a [generic backend](/examples/custom-controller)
2. Keep it in your own repo, make sure it passes the [conformance suite](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/ingress_utils.go#L112)
2. Keep it in your own repo, make sure it passes the [conformance suite](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/ingress_utils.go#L129)
3. Submit an example(s) in the appropriate subdirectories [here](/examples/README.md)
4. Add it to the catalog

Expand Down

0 comments on commit e815783

Please sign in to comment.