From cf28d0c121911c80fd86a53255090a04e10470d5 Mon Sep 17 00:00:00 2001 From: Marc Cohen Date: Wed, 8 Nov 2017 00:19:28 +0000 Subject: [PATCH] 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. --- docs/getting-started-guides/gce.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting-started-guides/gce.md b/docs/getting-started-guides/gce.md index 74823a8ee3..3e608c0256 100644 --- a/docs/getting-started-guides/gce.md +++ b/docs/getting-started-guides/gce.md @@ -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