Add a note about pre-production.

pull/6/head
brendandburns 2014-07-03 14:10:20 -07:00
parent bf44347340
commit 529f3455a5
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ Kubernetes is an open source implementation of container cluster management.
## Kubernetes can run anywhere!
However, initial development was done on GCE and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code.
## Kubernetes is in pre-production beta!
While the concepts and architecture in Kubernetes represent years of experience designing and building large scale cluster manager at Google, the Kubernetes project is still under heavy development. Expect bugs, design and API changes as we bring it to a stable, production product over the coming year.
### Contents
* [Getting started on Google Compute Engine](#getting-started-on-google-compute-engine)
* [Running a local cluster](#running-locally)