Skip to content

Commit d9ba182

Browse files
kurtisvglesv
authored andcommitted
Updated references to container-engine.yaml to kubernetes-engine.yaml (#932)
1 parent ac26863 commit d9ba182

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

endpoints/getting-started-grpc/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ and [SDK](https://cloud.google.com/sdk/) configured.
114114
gcloud container clusters create my-cluster
115115
```
116116
117-
1. Edit `container-engine.yaml`. Replace `SERVICE_NAME`, `SERVICE_CONFIG_ID`, and `GCLOUD_PROJECT` with your values.
117+
1. Edit `kubernetes-engine.yaml`. Replace `SERVICE_NAME`, `SERVICE_CONFIG_ID`, and `GCLOUD_PROJECT` with your values.
118118
119119
1. Deploy to GKE
120120
121121
```bash
122-
kubectl create -f ./container-engine.yaml
122+
kubectl create -f ./kubernetes-engine.yaml
123123
```
124124
125125
1. Get IP of load balancer, run until you see an External IP.

0 commit comments

Comments
 (0)