kubernetes/docs
Joe Beda 5a0159ea00 Get Vagrant to start using TLS client certs.
Also fix up cert generation. It was failing during the first salt highstate when trying to chown the certs as the apiserver user didn't exist yet.  Fix this by creating a 'kube-cert' group and chgrping the files to that.  Then make the apiserver a member of that group.

Fixes #2365
Fixes #2368
2014-11-13 22:16:45 -08:00
..
design Fix bad selector file link 2014-11-09 22:46:07 -05:00
devel Fix DESIGN.md link, and etcd installation instruction. 2014-11-11 22:12:27 -05:00
getting-started-guides Add link to Weave+CoreOS implementation 2014-11-13 11:21:53 +00:00
man Fix minion_cache_ttl and minion_regexp flag change. 2014-11-02 00:36:34 -04:00
accessing_the_api.md Add a third port which has HTTPS and auth(n,z) 2014-11-10 15:16:46 -08:00
annotations.md Label documentation improvements. Add annotations documentation. 2014-10-15 22:38:00 +00:00
api-conventions.md Formatting tweaks to docs/api-conventions.md 2014-11-05 20:49:16 -08:00
architecture.dia First take at architecture diagram. 2014-07-16 14:06:07 -07:00
architecture.png First take at architecture diagram. 2014-07-16 14:06:07 -07:00
architecture.svg First take at architecture diagram. 2014-07-16 14:06:07 -07:00
authentication.md Basic ACL file. 2014-11-05 16:06:22 -08:00
authorization.md Basic ACL file. 2014-11-05 16:06:22 -08:00
cli.md Add CLI details to the readme. 2014-07-28 15:46:58 -07:00
client-libraries.md Add documentation for client libraries 2014-09-03 22:21:42 -07:00
container-environment.md Fix HTML characters in code block 2014-11-12 12:18:21 -06:00
dns.md rename the nd file 2014-10-16 16:37:47 -04:00
glossary.md Separated user, dev, and design docs. 2014-10-31 08:35:53 -07:00
identifiers.md Separated user, dev, and design docs. 2014-10-31 08:35:53 -07:00
images.md Document images. 2014-10-09 13:40:56 -07:00
labels.md Separated user, dev, and design docs. 2014-10-31 08:35:53 -07:00
logging.md Separated user, dev, and design docs. 2014-10-31 08:35:53 -07:00
namespaces.md Separated user, dev, and design docs. 2014-10-31 08:35:53 -07:00
networking.md Fix grammar 2014-11-09 22:12:55 -05:00
overview.md Separated user, dev, and design docs. 2014-10-31 08:35:53 -07:00
ovs-networking.md ovs networking document 2014-09-08 17:06:25 -07:00
ovs-networking.png ovs networking document 2014-09-08 17:06:25 -07:00
pod-states.md Add a doc on pod states 2014-09-23 08:40:17 -07:00
pods.md Fixes a bad link in pods.md document 2014-10-14 15:45:10 -04:00
README.md Separated user, dev, and design docs. 2014-10-31 08:35:53 -07:00
replication-controller.md Add documentation of replication controller. 2014-10-01 23:22:10 +00:00
resources.md Initial version of a resource model. 2014-09-01 19:48:00 -07:00
roadmap.md Update roadmap 2014-08-28 12:42:22 -07:00
salt.md Get Vagrant to start using TLS client certs. 2014-11-13 22:16:45 -08:00
services_detail.png Add and update docs. 2014-10-16 08:36:47 -07:00
services_detail.svg Add and update docs. 2014-10-16 08:36:47 -07:00
services_overview.png Add and update docs. 2014-10-16 08:36:47 -07:00
services_overview.svg Add and update docs. 2014-10-16 08:36:47 -07:00
services.md Fix services doc grammar/punctuation 2014-11-11 23:30:19 -05:00
ux.md Separated user, dev, and design docs. 2014-10-31 08:35:53 -07:00
volumes.md Document media, resource limits for volumes. 2014-10-10 08:12:56 -07:00

Kubernetes Documentation

Kubernetes documentation is organized into several categories.

  • Getting Started Guides
  • User Documentation
    • in docs
    • for people who want to run programs on kubernetes
    • describes current features of the system (with brief mentions of planned features)
  • Developer Documentation
    • in docs/devel
    • for people who want to contribute code to kubernetes
    • covers development conventions
    • explains current architecture and project plans
  • Design Documentation
    • in docs/design
    • for people who want to understand the design choices made
    • describes tradeoffs, alternative designs
    • descriptions of planned features that are too long for a github issue.
  • Walkthroughs and Examples
    • in examples
    • Hands on introduction and example config files
  • API documentation
    • in api
    • automatically generated REST API documentation
  • Wiki