add open in cloud shell link (#6173)

Google Cloud has a new feature called "Open in Cloud Shell" which supports invoking a URL that auto-starts a cloud shell session (via in-browser ssh to an auto-provisioned VM) with an auto-cloned repo specified in the URL.
pull/6226/head
Marc Cohen 2017-11-08 00:19:28 +00:00 committed by Steve Perry
parent a4c59123a1
commit cf28d0c121
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ The example below creates a Kubernetes cluster with 4 worker node Virtual Machin
If you want a simplified getting started experience and GUI for managing clusters, please consider trying [Google Container Engine](https://cloud.google.com/container-engine/) (GKE) for hosted cluster installation and management.
For an easy way to experiment with the Kubernetes development environment, [click here](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/kubernetes/kubernetes&page=editor&open_in_editor=README.md)
to open a Google Cloud Shell with an auto-cloned copy of the Kubernetes source repo.
If you want to use custom binaries or pure open source Kubernetes, please continue with the instructions below.
### Prerequisites