Merge pull request #9305 from brendandburns/example

Add some text about the docs being sync'd to HEAD
This commit is contained in:
Quinton Hoole
2015-06-05 11:22:15 -07:00
3 changed files with 34 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
# Kubernetes Documentation
**Note**
This documentation is current for HEAD.
Documentation for previous releases is available in their respective branches:
* [v0.18.1](https://github.com/GoogleCloudPlatform/kubernetes/tree/release-0.18/docs)
* [v0.17.1](https://github.com/GoogleCloudPlatform/kubernetes/tree/release-0.17/docs)
* The [User's guide](user-guide.md) is for anyone who wants to run programs and services on an exisiting Kubernetes cluster.
* The [Cluster Admin's guide](cluster-admin-guide.md) is for anyone setting up a Kubernetes cluster or administering it.