From 551587e72714aa467c002be8166d8e3895585ccf Mon Sep 17 00:00:00 2001 From: XsWack Date: Fri, 11 Aug 2017 08:18:57 +0800 Subject: [PATCH] Update service-access-application-cluster.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 --- .../service-access-application-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/access-application-cluster/service-access-application-cluster.md b/docs/tasks/access-application-cluster/service-access-application-cluster.md index a229ec8e4c..ebbd195b5e 100644 --- a/docs/tasks/access-application-cluster/service-access-application-cluster.md +++ b/docs/tasks/access-application-cluster/service-access-application-cluster.md @@ -105,7 +105,7 @@ provides load balancing for an application that has two running instances. 1. Use the node address and node port to access the Hello World application: - curl http://: + curl http://: where `` is the public IP address of your node, and `` is the NodePort value for your service.