Files
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
..
2014-11-09 22:46:07 -05:00
2014-11-05 16:06:22 -08:00
2014-11-05 16:06:22 -08:00
2014-07-28 15:46:58 -07:00
2014-10-16 16:37:47 -04:00
2014-10-09 13:40:56 -07:00
2014-11-09 22:12:55 -05:00
2014-09-08 17:06:25 -07:00
2014-09-08 17:06:25 -07:00
2014-09-23 08:40:17 -07:00
2014-10-14 15:45:10 -04:00
2014-08-28 12:42:22 -07:00
2014-10-16 08:36:47 -07:00
2014-10-16 08:36:47 -07:00
2014-10-16 08:36:47 -07:00
2014-10-16 08:36:47 -07:00
2014-10-31 08:35:53 -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