Skip to content

Commit

Permalink
Merge pull request #28 from alekhyal/master
Browse files Browse the repository at this point in the history
Update Cloudshell link and instructions to include submodule
  • Loading branch information
chrislovecnm authored Mar 25, 2019
2 parents 1a431b7 + d2ce803 commit 659c154
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README-QWIKLABS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* [Istio Data Plane](#istio-data-plane)
* [BookInfo Sample Application](#bookinfo-sample-application)
* [Putting it All Together](#putting-it-all-together)
* [Run Demo using Cloud Shell](#run-demo-using-cloud-shell)
* [Initialize GCP](#initialize-gcp)
* [Deployment](#deployment)
* [Validation](#validation)
* [Tear Down](#tear-down)
Expand Down Expand Up @@ -96,6 +98,20 @@ In the diagram, note:

![](./images/istio-gke-gce.png)

## Run Demo using Cloud Shell

Use the `--recursive` argument to download dependencies provided via a git submodule.

```shell
git submodule update --init --recursive
```

## Initialize GCP

```console
gcloud init
```

## Deployment

_NOTE: The following instructions are applicable for deployments performed both with and without Cloud Shell._
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,13 @@ _NOTE: This section can be skipped if the cloud deployment is being performed wi

Click the button below to open the demo in your Cloud Shell:

[![Open in Cloud Shell](http://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/open?git_repo=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fgke-istio-gce-demo&page=editor&tutorial=README.md)
[![Open in Cloud Shell](http://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/gke-istio-gce-demo.git&cloudshell_image=gcr.io/graphite-cloud-shell-images/terraform:latest&cloudshell_tutorial=README.md)

Use the `--recursive` argument to download dependencies provided via a git submodule.

```shell
git submodule update --init --recursive
```

To prepare [gcloud](https://cloud.google.com/sdk/gcloud/) for use in Cloud Shell, execute the following command in the terminal at the bottom of the browser window you just opened:

Expand Down

0 comments on commit 659c154

Please sign in to comment.