Skip to content

Commit 23fe021

Browse files
kurtisvgAce Nassri
authored andcommitted
Changed the name of container-engine.yaml to deployment.yaml. (#531)
1 parent 258bd5c commit 23fe021

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

endpoints/getting-started-grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $ gcloud container clusters get-credentials [YOUR_CLUSTER_NAME] --zone [YOUR_CLU
105105

106106
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].
107107
```
108-
$ kubectl create -f container-engine.yaml
108+
$ kubectl create -f deployment.yaml
109109
```
110110

111111
1. Get the external IP of your service. This may take a few minutes to be provisioned.

0 commit comments

Comments
 (0)