Skip to content

Fix typo #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
```
```