Skip to content

Commit 1f3b392

Browse files
kurtisvgJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Changed the name of container-engine.yaml to deployment.yaml. (#1249)
1 parent bc43bcb commit 1f3b392

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

endpoints/getting-started-grpc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Cloud account and [SDK](https://cloud.google.com/sdk/) configured.
141141
gcloud container clusters create my-cluster --zone=us-central1-a
142142
```
143143
144-
1. Edit `container-engine.yaml`. Replace `SERVICE_NAME`, `SERVICE_CONFIG_ID`,
144+
1. Edit `deployment.yaml`. Replace `SERVICE_NAME`, `SERVICE_CONFIG_ID`,
145145
and `GCLOUD_PROJECT` with your values:
146146
147147
`SERVICE_NAME` is equal to hellogrpc.endpoints.GCLOUD_PROJECT.cloud.goog,
@@ -157,7 +157,7 @@ Cloud account and [SDK](https://cloud.google.com/sdk/) configured.
157157
1. Deploy to GKE:
158158
159159
```bash
160-
kubectl create -f ./container-engine.yaml
160+
kubectl create -f ./deployment.yaml
161161
```
162162
163163
1. Get IP of load balancer, run until you see an External IP:

0 commit comments

Comments
 (0)