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.
18 lines
788 B
Markdown
18 lines
788 B
Markdown
# Ingress Development Guide
|
|
|
|
This directory is intended to be the canonical source of truth for things like
|
|
writing and hacking on Ingress controllers. If you find a requirement that this
|
|
doc does not capture, please submit an issue on github. If you find other docs
|
|
with references to requirements that are not simply links to this doc, please
|
|
submit an issue.
|
|
|
|
This document is intended to be relative to the branch in which it is found.
|
|
It is guaranteed that requirements will change over time for the development
|
|
branch, but release branches of Kubernetes should not change.
|
|
|
|
## Navigation
|
|
|
|
* [Build, test, release](getting_started.md) an existing controller
|
|
* [Setup a cluster](setup_cluster.md) to hack at an existing controller
|
|
* [Write your own](custom_controller.md) controller
|
|
|