From ee8084ef3de02c5487d7da0600a74dab19f2cbfc Mon Sep 17 00:00:00 2001 From: "ALPINRESORTS.com" <39552440+alpinresorts@users.noreply.github.com> Date: Tue, 30 Oct 2018 09:56:12 +0100 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e631a56..6b94634 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ One can change this in the deployment descriptors available in this repository. #### Create elasticsearch cluster 1. create es client service ,Responsible for LB backend 9200 port -```kubectl create -f es-svc-qcloud-lb.yaml`` +```kubectl create -f es-svc-qcloud-lb.yaml``` 2. create es discovery service ,Responsible for publishing es service discovery 9300 port @@ -297,4 +297,4 @@ In order to workaround this, set `NETWORK_HOST` environment variable in the pod ```yaml - name: "NETWORK_HOST" value: "_eth0:ipv4_" #_p1p1:ipv4_ if interface name is p1p1, _ens4:ipv4_ if interface name is ens4, and so on. -``` \ No newline at end of file +```