Skip to content

Commit

Permalink
Updated references to container-engine.yaml to kubernetes-engine.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Nov 29, 2017
1 parent b724502 commit 0f94bbc
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 `kubernetes-engine.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 ./kubernetes-engine.yaml
```
1. Get IP of load balancer, run until you see an External IP.
Expand Down

0 comments on commit 0f94bbc

Please sign in to comment.