Skip to content

Commit

Permalink
update serverless-pod doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiumos committed Sep 25, 2024
1 parent fa5b8ae commit 4aa1fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/zh/02-ce-install/08-serverless-pod.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ deployComponent:
- "watcher"
- "daemonset"
tke_sidecar: true
AgentWatchDisabled: true
clusterNAME: $clusterNAME # FIXME: domain name
EOF

helm install deepflow-agent -n deepflow deepflow/deepflow-agent --version 6.5.012 --create-namespace -f values-custom.yaml
helm install deepflow-agent -n deepflow deepflow/deepflow-agent --version 6.6.011 --create-namespace -f values-custom.yaml
```

上述命令将会部署两组 deepflow-agent:
Expand Down
1 change: 1 addition & 0 deletions docs/zh/09-release-notes/03-ce-6.6-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ permalink: /release-notes/release-6.6-ce
- Agent
- 在 Linux 启用了 BTF(BPF Type Format)的情况下,当 X86 架构下内核大于等于 [5.5](https://github.com/torvalds/linux/commit/f1b9509c2fb0ef4db8d22dac9aef8e856a5d81f6)、ARM 架构下内核大于等于 [6.0](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.0.y&id=efc9909fdce00a827a37609628223cd45bf95d0b) 时,agent 将会自动使用 fentry/fexit 替代 kprobe/kretprobe,此时可获得约 15% 的性能提升。
- 支持压缩传输 Profiling 数据,带宽消耗降低 30%。
- 原有的环境变量 `ONLY_WATCH_K8S_RESOURCE` 已被替代为 `K8S_WATCH_POLICY`[文档](../ce-install/serverless-pod/#部署-deepflow-agent)

## Stable Feature

Expand Down

0 comments on commit 4aa1fc6

Please sign in to comment.