Add more descriptive steps in Dev Documentation

Adds more descriptive steps in the Development Documentation,
like more information on obtaining dependencies, building, and
deploying an image of the ingress controller. Also adds more
descriptive information on deploying as well as some fixes
on grammar and spelling.
This commit is contained in:
Fernando Diaz 2017-08-02 23:02:02 -05:00
parent a58b800171
commit 86b52fa957
7 changed files with 178 additions and 122 deletions

View file

@ -0,0 +1,4 @@
# Writing Ingress controllers
This doc outlines the basic steps needed to write an Ingress controller.
If you want the tl;dr version, skip straight to the [example](/examples/custom-controller).