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:
parent
a58b800171
commit
86b52fa957
7 changed files with 178 additions and 122 deletions
4
docs/dev/custom_controller.md
Normal file
4
docs/dev/custom_controller.md
Normal 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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue