From 069592459cb63918008e44cc46e8367eec71a3af Mon Sep 17 00:00:00 2001 From: Marc Cohen Date: Tue, 28 Nov 2017 15:30:56 +0000 Subject: [PATCH] add line break for better highlighting of button (#6333) --- docs/getting-started-guides/gce.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/gce.md b/docs/getting-started-guides/gce.md index ae3864d2c7..d8e66f8a1c 100644 --- a/docs/getting-started-guides/gce.md +++ b/docs/getting-started-guides/gce.md @@ -16,9 +16,11 @@ 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 Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) 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) +For an easy way to experiment with the Kubernetes development environment, click the button below to open a Google Cloud Shell with an auto-cloned copy of the Kubernetes source repo. +[![Open in Cloud Shell](http://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/kubernetes/kubernetes&page=editor&open_in_editor=README.md) + If you want to use custom binaries or pure open source Kubernetes, please continue with the instructions below. ### Prerequisites