Add user-oriented compute resource doc.

Adds docs/compute_resources.md with user-oriented
explanation of compute resources.
Reveals detail gradually and includes examples
and troubleshooting.  Examples are tested.

Moves design-focused docs/resources.md to docs/design/resources.md.
Updates links to that.
This commit is contained in:
Eric Tune
2015-06-30 13:27:31 -07:00
parent 99711263a1
commit fd325982c3
8 changed files with 178 additions and 8 deletions

View File

@@ -94,7 +94,7 @@ for i in *.md; do grep -r $i . | grep -v "^\./$i" > /dev/null; rv=$?; if [[ $rv
* **Services and firewalls** ([services-firewalls.md](services-firewalls.md)): How
to use firewalls.
* **The Kubernetes Resource Model** ([resources.md](resources.md)):
* **Compute Resources** ([compute_resources.md](compute_resources.md)):
Provides resource information such as size, type, and quantity to assist in
assigning Kubernetes resources appropriately.