Skip to content

Commit

Permalink
Revert "Updated references to container-engine.yaml to kubernetes-eng…
Browse files Browse the repository at this point in the history
…ine.yaml (#932)"

This reverts commit d9ba182.
  • Loading branch information
lesv committed Dec 5, 2017
1 parent 30d2678 commit e4c60af
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 `kubernetes-engine.yaml`. Replace `SERVICE_NAME`, `SERVICE_CONFIG_ID`, and `GCLOUD_PROJECT` with your values.
1. Edit `container-engine.yaml`. Replace `SERVICE_NAME`, `SERVICE_CONFIG_ID`, and `GCLOUD_PROJECT` with your values.
1. Deploy to GKE
```bash
kubectl create -f ./kubernetes-engine.yaml
kubectl create -f ./container-engine.yaml
```
1. Get IP of load balancer, run until you see an External IP.
Expand Down

0 comments on commit e4c60af

Please sign in to comment.