From 58a2077b7a20d84c1526dd230d3b5a41883e9c03 Mon Sep 17 00:00:00 2001 From: XsWack Date: Fri, 18 Aug 2017 08:47:09 +0800 Subject: [PATCH] Update expose-external-ip-address.md Fix leading spaces in kubectl commands and unified format.As ahmetb says,This is causing bash/zsh shells to not to record the executed command in the history. See this link for details: https://unix.stackexchange.com/questions/115917/why-is-bash-not-storing-commands-that-start-with-spaces --- .../stateless-application/expose-external-ip-address.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateless-application/expose-external-ip-address.md b/docs/tutorials/stateless-application/expose-external-ip-address.md index ea7e1e7a36..39b7bfaa0c 100644 --- a/docs/tutorials/stateless-application/expose-external-ip-address.md +++ b/docs/tutorials/stateless-application/expose-external-ip-address.md @@ -117,7 +117,7 @@ external IP address. 1. Use the external IP address to access the Hello World application: - curl http://: + curl http://: where `` is the external IP address of your Service, and `` is the value of `Port` in your Service description.