From 2dd4f1f40feb43e0a7dc1189ae27119e7c050369 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 18 Nov 2015 11:25:21 -0500 Subject: [PATCH] Fix typo in guestbook README --- examples/guestbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index d2c0246649a..ba1ae5f8810 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -104,7 +104,7 @@ redis-master 10.0.136.3 6379/TCP app=redis,rol redis-slave 10.0.21.92 6379/TCP app=redis,role=slave,tier=backend 1h ``` -Now you can access the guestbook on each node with frontend service's `:Port`, e.g. `10.0.93.211:80` in this guide. `` is an a cluster-internal IP. If you want to access the guestbook from outside of the cluster, add `type: NodePort` to frontend service `spec` field. Then you can access the guestbook with `:NodePort` from outside of the cluster. On cloud providers which support external load balancers, setting the type field to "LoadBalancer" will provision a load balancer for your Service. There are several ways for you to access the guestbook. You may learn from [Accessing services running on the cluster](../../docs/user-guide/accessing-the-cluster.md#accessing-services-running-on-the-cluster). +Now you can access the guestbook on each node with frontend service's `:Port`, e.g. `10.0.93.211:80` in this guide. `` is a cluster-internal IP. If you want to access the guestbook from outside of the cluster, add `type: NodePort` to frontend service `spec` field. Then you can access the guestbook with `:NodePort` from outside of the cluster. On cloud providers which support external load balancers, setting the type field to "LoadBalancer" will provision a load balancer for your Service. There are several ways for you to access the guestbook. You may learn from [Accessing services running on the cluster](../../docs/user-guide/accessing-the-cluster.md#accessing-services-running-on-the-cluster). Clean up the guestbook: