Skip to content

Commit

Permalink
Update container engine references.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Dec 5, 2017
1 parent 592b8b3 commit 9681e01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions endpoints/getting-started-grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ and [SDK](https://cloud.google.com/sdk/) configured.
gcloud container clusters create my-cluster
```
1. Edit `container-engine.yaml`. Replace `SERVICE_NAME`, `SERVICE_CONFIG_ID`, and `GCLOUD_PROJECT` with your values.
1. Edit `deployment.yaml`. Replace `SERVICE_NAME`, `SERVICE_CONFIG_ID`, and `GCLOUD_PROJECT` with your values.
1. Deploy to GKE
```bash
kubectl create -f ./container-engine.yaml
kubectl create -f ./deployment.yaml
```
1. Get IP of load balancer, run until you see an External IP.
Expand Down
File renamed without changes.

0 comments on commit 9681e01

Please sign in to comment.