From d90efa99684a4d976520a70dda139e8a8f935002 Mon Sep 17 00:00:00 2001 From: HuiWang0025 <39937150+HuiWang0025@users.noreply.github.com> Date: Sat, 7 Jul 2018 00:21:38 +0800 Subject: [PATCH] Update README.md content mistake --- guestbook-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook-go/README.md b/guestbook-go/README.md index 19015025..0b27539d 100644 --- a/guestbook-go/README.md +++ b/guestbook-go/README.md @@ -162,7 +162,7 @@ Tip: It is helpful to set labels on your services themselves--as we've done here ### Step Five: Create the guestbook pods -This is a simple Go `net/http` ([negroni](https://github.com/codegangsta/negroni) based) server that is configured to talk to either the slave or master services depending on whether the request is a read or a write. The pods we are creating expose a simple JSON interface and serves a jQuery-Ajax based UI. Like the Redis read slaves, these pods are also managed by a replication controller. +This is a simple Go `net/http` ([negroni](https://github.com/codegangsta/negroni) based) server that is configured to talk to either the slave or master services depending on whether the request is a read or a write. The pods we are creating expose a simple JSON interface and serves a jQuery-Ajax based UI. Like the Redis slave pods, these pods are also managed by a replication controller. 1. Use the [guestbook-controller.json](guestbook-controller.json) file to create the guestbook replication controller by running the `kubectl create -f` *`filename`* command: