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 authored and lesv committed Dec 4, 2017
1 parent ac26863 commit d9ba182
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

1 comment on commit d9ba182

@navinger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This broke the doc build of get-started-kubernetes-engine.md. And now Getting Started with Endpoints on Kubernetes Engine (https://cloud.google.com/endpoints/docs/openapi/get-started-kubernetes-engine) refers to the wrong file.

Please rollback this commit.

Please sign in to comment.