From a5556e356fe955e3dc362098905ab909d7579b47 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Wed, 13 Sep 2017 19:28:42 -0400 Subject: [PATCH] Minor fixes --- examples/deployment/gce/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/deployment/gce/README.md b/examples/deployment/gce/README.md index d228ad5da..3adb478dd 100644 --- a/examples/deployment/gce/README.md +++ b/examples/deployment/gce/README.md @@ -37,7 +37,7 @@ gcloud container clusters update mycluster --update-addons HttpLoadBalancing=DIS ## Deploying a new controller -The following command deploys a GCE Ingress controller in your cluster +The following command deploys a GCE Ingress controller in your cluster: ```console $ kubectl create -f gce-ingress-controller.yaml @@ -49,7 +49,7 @@ NAME READY STATUS RESTARTS AGE l7-lb-controller-1s22c 2/2 Running 0 27s ``` -now you can create an Ingress and observe the controller +Now you can create an Ingress and observe the controller: ```console $ kubectl create -f gce-tls-ingress.yaml