From 56e47c35502beaaa9dd16cc240acd1cb2f5dbd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Fri, 13 Apr 2018 08:06:23 +0200 Subject: [PATCH] Update kubectlexpose.md Add line break for readability --- slides/kube/kubectlexpose.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/slides/kube/kubectlexpose.md b/slides/kube/kubectlexpose.md index 4b6ef285..8b91773c 100644 --- a/slides/kube/kubectlexpose.md +++ b/slides/kube/kubectlexpose.md @@ -137,8 +137,9 @@ Note: please DO NOT call the service `search`. It would collide with the TLD. -- -We may see `curl: (7) Failed to connect to _IP_ port 9200: Connection refused` -This is normal while the service starts up +We may see `curl: (7) Failed to connect to _IP_ port 9200: Connection refused`. + +This is normal while the service starts up. --