You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Features:
14
14
- Configuration examples of various settings
15
15
- Configuration of Weighted Round Robin LoadBalancer
16
16
17
-
## Bootstraping
17
+
## Bootstrapping
18
18
19
19
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`
20
20
This will allow xDS communication with grpc.
@@ -96,7 +96,7 @@ layered_runtime:
96
96
name: runtime0
97
97
```
98
98
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.
100
100
101
101
```shell
102
102
$ docker run --net=host \
@@ -112,7 +112,8 @@ $ docker run --net=host \
112
112
```
113
113
114
114
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.
116
117
117
118
```shell
118
119
$ docker run --net=host \
@@ -127,6 +128,8 @@ $ docker run --net=host \
127
128
docker.pkg.github.com/octu0/example-envoy-xds/example-envoy-xds:1.0.0 server
128
129
```
129
130
131
+
Edit eds.yaml in current directory to make sure EDS are updated.
0 commit comments