Skip to content

Commit

Permalink
docs:优化envoy按需加载文档 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Jan 4, 2024
1 parent 7051862 commit b768aff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,23 @@ NAME STATUS AGE POLARIS-INJECTION
bookinfo Active 3d2h enabled
```

### 启用 Envoy 按需加载机制

{{< note >}}
需北极星服务端版本 >= 1.18.0
{{</ note >}}

在 POD 中添加以下 annonations **sidecar.polarismesh.cn/openOnDemand: true** 即可启用 Envoy 的按需加载

```yaml
apiVersion: v1
kind: Pod
metadata:
name: annotations-demo
annotations:
sidecar.polarismesh.cn/openOnDemand: "true"
```
### 部署样例
- 下载样例部署文件:[bookinfo](https://github.com/polarismesh/examples/blob/main/servicemesh/bookinfo/bookinfo.yaml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Sidecar Mesh 场景下,每个 Sidecar 进程都会收到 XDS Server 推送下
#### 配置中心支持灰度发布
为了让用户有更好的配置中心使用体验,社区在 v1.18.0-beta 版本中支持配置灰度能力,当前灰度能力仅支持根据客户端 IP 进行灰度控制下发。后续我们将支持用户自定义客户端标签参与配置的灰度下发
为了让用户有更好的配置中心使用体验,社区在 v1.18.0-beta 版本中支持配置灰度能力,当前灰度能力支持用户自定义客户端标签进行灰度控制下发;针对存量老版本客户端仅支持根据客户端IP进行灰度控制台下发
## 版本变化
Expand Down

0 comments on commit b768aff

Please sign in to comment.