From 529f3455a5e5a3a673390d222cf9f42fc1599f45 Mon Sep 17 00:00:00 2001 From: brendandburns Date: Thu, 3 Jul 2014 14:10:20 -0700 Subject: [PATCH] Add a note about pre-production. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0761111fce6..dd0057d3004 100644 --- a/README.md +++ b/README.md @@ -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)