Skip to content

Commit 369b04b

Browse files
committed
update README
1 parent bb34875 commit 369b04b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Features:
1414
- Configuration examples of various settings
1515
- Configuration of Weighted Round Robin LoadBalancer
1616

17-
## Bootstraping
17+
## Bootstrapping
1818

1919
As bootstrap, in [envoy/envoy.yaml](https://github.com/octu0/example-envoy-xds/blob/master/envoy/envoy.yaml), specify `example-envoy-xds` in `xds_cluster` and `als_cluster`
2020
This will allow xDS communication with grpc.
@@ -96,7 +96,7 @@ layered_runtime:
9696
name: runtime0
9797
```
9898
99-
When you start envoy with docker, you can specify the IP and port of `example-envoy-xds` with environment variables.
99+
When you start envoy with docker, you can specify IP and port of `example-envoy-xds` with environment variables.
100100

101101
```shell
102102
$ docker run --net=host \
@@ -112,7 +112,8 @@ $ docker run --net=host \
112112
```
113113

114114
Configure xDS with grpc, `example-envoy-xds` will be started so that envoy can communicate with it.
115-
At this time, the node.id of envoy (specified by `ENVOY_XDS_NODE_ID`) must be the same value to start, otherwise the snapshot will not be changed.
115+
At this time, `node.id` of envoy (specified by `ENVOY_XDS_NODE_ID`) must be the same value,
116+
otherwise the Snapshot will not be changed.
116117

117118
```shell
118119
$ docker run --net=host \
@@ -127,6 +128,8 @@ $ docker run --net=host \
127128
docker.pkg.github.com/octu0/example-envoy-xds/example-envoy-xds:1.0.0 server
128129
```
129130

131+
Edit eds.yaml in current directory to make sure EDS are updated.
132+
130133
## Execution example
131134

132135
Using docker-compose to check the behavior.

0 commit comments

Comments
 (0)