Skip to content

Commit

Permalink
Merge pull request #615 from nthh/patch-1
Browse files Browse the repository at this point in the history
Quick Start GKE Doc - reference change for k8s-pod deployment
  • Loading branch information
r2d4 authored May 29, 2018
2 parents bed41e9 + 928cad6 commit 0a7135e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/quickstart-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ As a new developer on-boarding you need to start Skaffold in `dev` mode to begin
on the application and seeing the updates happen in real time. The development team working on the application
has already setup the Dockerfile, Kubernetes manifests, and Skaffold manifest necessary to get you started.

1. Change the references in `skaffold.yaml` to point to your Container Registry.
1. Change the references in `skaffold.yaml` and `k8s-pod.yaml` to point to your Container Registry.

```shell
sed -i -e s#k8s-skaffold#${GOOGLE_CLOUD_PROJECT}#g skaffold.yaml
sed -i -e s#k8s-skaffold#${GOOGLE_CLOUD_PROJECT}#g k8s-pod.yaml
```

1. Take a look at the contents of `skaffold.yaml`. You'll notice a profile named `gcb` that will be using Google Container Builder to build
Expand Down

0 comments on commit 0a7135e

Please sign in to comment.