From 56bf362a3e2d8772b1c2183713f7ac2faf914d68 Mon Sep 17 00:00:00 2001 From: Alex Glikson Date: Tue, 10 Apr 2018 11:53:10 -0400 Subject: [PATCH] typo in guestbook tutorial (#8035) --- docs/tutorials/stateless-application/guestbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateless-application/guestbook.md b/docs/tutorials/stateless-application/guestbook.md index 9ab50676a6..a482cf7b42 100644 --- a/docs/tutorials/stateless-application/guestbook.md +++ b/docs/tutorials/stateless-application/guestbook.md @@ -184,7 +184,7 @@ If you want guests to be able to access your guestbook, you must configure the f The response should be similar to this: NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE - frontend 10.0.0.112 80:31323/TCP 6s + frontend 10.0.0.112 80:31323/TCP 6s kubernetes 10.0.0.1 443/TCP 4m redis-master 10.0.0.151 6379/TCP 2m redis-slave 10.0.0.223 6379/TCP 1m