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 +```