Skip to content

Commit

Permalink
Changed the name of container-engine.yaml to deployment.yaml. (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored and Ace Nassri committed Dec 20, 2017
1 parent 258bd5c commit 23fe021
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/getting-started-grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $ gcloud container clusters get-credentials [YOUR_CLUSTER_NAME] --zone [YOUR_CLU

1. Add a [Kubernetes service][docs_k8s_services] to the cluster you created. Note that Kubernetes services should not be confused with [Endpoints services][docs_endpoints_services].
```
$ kubectl create -f container-engine.yaml
$ kubectl create -f deployment.yaml
```

1. Get the external IP of your service. This may take a few minutes to be provisioned.
Expand Down
File renamed without changes.

0 comments on commit 23fe021

Please sign in to comment.