Commit Graph

11 Commits (835a87aed2478ee441f2dbfab15124315ddd880a)

Author SHA1 Message Date
Brian Grant 7beb6ddc76 Updated API conventions and other details, per #6133. 2015-04-15 02:32:34 +00:00
Brian Grant b4c602f10c Clarified expectations for pods. 2015-03-12 23:18:07 +00:00
Jonathan Boulle f216b0a2f2 docs/pods: update to address comments 2015-02-21 14:03:55 -08:00
Jonathan Boulle a25deb67dc Rework definition of pods.
This rephrases and expands the definition of pods in an attempt to be:
a) much more explicit about what technically constitutes a pod;
b) agnostic towards particular container implementations.

A change along these lines will be critical as Kubernetes starts to
support alternative container runtimes (for example, #2725).

In trying to be as clear as possible, this turned into a larger rewrite
than I had originally anticipated, but I am fairly confident that it is
still effectively a no-op in terms of the current Kubernetes
implementation.  But I stand correctable :-).

The change also introduces some other minor cleanup and drops the
link to the `lmctfy` paper, which seemed like a tenuous reference
(perhaps there is something more specific within the lmctfy project we
could link to instead?)
2015-02-21 12:20:46 -08:00
Brian Grant d5700eac35 Documentation improvements. Fixes #2004, #2115, #2171. 2014-11-17 21:32:44 +00:00
Jay Pipes d05463348d Fixes a bad link in pods.md document
The pods.md document was referring to the networking.md document, and
was including the docs/ prefix, which led to a 404 due to the link being
https://$host/docs/docs/networking.md. Removing the docs/ prefix gets
the link working again.
2014-10-14 15:45:10 -04:00
Matt T. Proud 8a911b39af Swap internal doc. refs to relative links.
This commit addresses issue #1571, which requests that all internal
Kubernetes links are swapped to relative ones to better facilitate
browsing of documentation on local forks, not to mention make the
documentation have less needless boilerplate.
2014-10-08 21:09:18 +02:00
Brian Grant 15706c72c4 Add documentation of replication controller. 2014-10-01 23:22:10 +00:00
CJ Cullen 4a2c3c8c87 Fixed some typos:
Changed "an unified" to "a unified"
Changed "a extra" to "an extra"
Changed "for each pod have" to "for each pod to have"
2014-09-03 14:03:33 -07:00
Brian Grant 0063682a95 Answer 2 FAQs about motivations for pods. 2014-07-16 23:38:47 +00:00
Brian Grant 37fb72d295 Add networking documentation from issue #188. Refactor pod, label, and networking documentation to push details into separate documents. Add some documentation of how to connect to services. 2014-07-16 18:04:35 +00:00