Skip to content

Commit b1a0979

Browse files
authored
Revert "Updated references to container-engine.yaml to kubernetes-engine.yaml" (#940)
* Revert "Readme update. (#939)" This reverts commit d6662f9. * Revert "Dataflow SpannerIO sample (#931)" This reverts commit e1ab6f5. * Revert "Updated references to container-engine.yaml to kubernetes-engine.yaml (#932)" This reverts commit d9ba182.
1 parent d6662f9 commit b1a0979

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 `kubernetes-engine.yaml`. Replace `SERVICE_NAME`, `SERVICE_CONFIG_ID`, and `GCLOUD_PROJECT` with your values.
117+
1. Edit `container-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 ./kubernetes-engine.yaml
122+
kubectl create -f ./container-engine.yaml
123123
```
124124
125125
1. Get IP of load balancer, run until you see an External IP.

0 commit comments

Comments
 (0)