From 8c122952030ba07e9e4cc843af14cc7e9b719391 Mon Sep 17 00:00:00 2001 From: Joe Beda Date: Tue, 10 Jun 2014 09:22:44 -0700 Subject: [PATCH] Make it clear that Kubernetes can run anywhere but that the initial scripts are for GCE. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 409c6eda27..b1ac242cef 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Kubernetes is an open source implementation of container cluster management. [Kubernetes Design Document](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/DESIGN.md) +## 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. + ## Getting started on Google Compute Engine ### Prerequisites