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
This commit is contained in:
@@ -117,7 +117,7 @@ external IP address.
|
||||
|
||||
1. Use the external IP address to access the Hello World application:
|
||||
|
||||
curl http://<external-ip>:<port>
|
||||
curl http://<external-ip>:<port>
|
||||
|
||||
where `<external-ip>` is the external IP address of your Service,
|
||||
and `<port>` is the value of `Port` in your Service description.
|
||||
|
||||
Reference in New Issue
Block a user