Skip to content

Commit d53ad9a

Browse files
authored
更改推荐的安装版本 (#769)
v6.6 --> v7.0
1 parent 30b866c commit d53ad9a

5 files changed

Lines changed: 22 additions & 18 deletions

File tree

docs/zh/02-ce-install/02-all-in-one.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cat << EOF > values-custom.yaml
6464
global:
6565
allInOneLocalStorage: true
6666
EOF
67-
helm install deepflow -n deepflow deepflow/deepflow --version 6.6.018 --create-namespace -f values-custom.yaml
67+
helm install deepflow -n deepflow deepflow/deepflow --version 7.0.014 --create-namespace -f values-custom.yaml
6868
```
6969

7070
@tab Use Aliyun
@@ -78,7 +78,7 @@ global:
7878
image:
7979
repository: registry.cn-beijing.aliyuncs.com/deepflow-ce
8080
EOF
81-
helm install deepflow -n deepflow deepflow/deepflow --version 6.6.018 --create-namespace -f values-custom.yaml
81+
helm install deepflow -n deepflow deepflow/deepflow --version 7.0.014 --create-namespace -f values-custom.yaml
8282
```
8383

8484
:::
@@ -148,9 +148,13 @@ tar -zxf deepflow-docker-compose.tar
148148

149149
配置`.env`变量
150150

151+
> [!TIP]
152+
>
153+
> 建议使用[最新 LTS](../release-notes/release-timeline.md)
154+
151155
```bash
152156
vim ./deepflow-docker-compose/.env
153-
DEEPFLOW_VERSION=v6.6 # FIXME: DeepFlow Version
157+
DEEPFLOW_VERSION=v7.0 # FIXME: LTS Version
154158
NODE_IP_FOR_DEEPFLOW=192.168.101.116 # FIXME: Node IP
155159
```
156160

@@ -179,7 +183,7 @@ deepflow-ctl 是 DeepFlow 的命令行管理工具,建议部署至 deepflow-se
179183

180184
```bash
181185
# 与当前 server 版本同步即可
182-
Version=v6.6
186+
Version=v7.0
183187

184188
# 使用变量下载
185189
curl -o /usr/bin/deepflow-ctl \

docs/zh/02-ce-install/03-single-k8s.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ kubectl patch storageclass openebs-hostpath -p '{"metadata": {"annotations":{"s
6666
```bash
6767
helm repo add deepflow https://deepflowio.github.io/deepflow
6868
helm repo update deepflow # use `helm repo update` when helm < 3.7.0
69-
helm install deepflow -n deepflow deepflow/deepflow --version 6.6.018 --create-namespace
69+
helm install deepflow -n deepflow deepflow/deepflow --version 7.0.014 --create-namespace
7070
```
7171

7272
@tab Use Aliyun
@@ -79,7 +79,7 @@ global:
7979
image:
8080
repository: registry.cn-beijing.aliyuncs.com/deepflow-ce
8181
EOF
82-
helm install deepflow -n deepflow deepflow/deepflow --version 6.6.018 --create-namespace -f values-custom.yaml
82+
helm install deepflow -n deepflow deepflow/deepflow --version 7.0.014 --create-namespace -f values-custom.yaml
8383
```
8484

8585
:::
@@ -96,7 +96,7 @@ deepflow-ctl 是管理 DeepFlow 的一个命令行工具,建议下载至 deepf
9696

9797
```bash
9898
# 设置临时变量
99-
Version=v6.6
99+
Version=v7.0
100100

101101
# 使用变量下载
102102
curl -o /usr/bin/deepflow-ctl \

docs/zh/02-ce-install/04-multi-k8s.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ EOF
7676

7777
helm repo add deepflow https://deepflowio.github.io/deepflow
7878
helm repo update deepflow # use `helm repo update` when helm < 3.7.0
79-
helm install deepflow-agent -n deepflow deepflow/deepflow-agent --version 6.6.018 --create-namespace -f values-custom.yaml
79+
helm install deepflow-agent -n deepflow deepflow/deepflow-agent --version 7.0.014 --create-namespace -f values-custom.yaml
8080
```
8181

8282
@tab Use Aliyun
@@ -94,7 +94,7 @@ EOF
9494

9595
helm repo add deepflow https://deepflow-ce.oss-cn-beijing.aliyuncs.com/chart/stable
9696
helm repo update deepflow # use `helm repo update` when helm < 3.7.0
97-
helm install deepflow-agent -n deepflow deepflow/deepflow-agent --version 6.6.018 --create-namespace -f values-custom.yaml
97+
helm install deepflow-agent -n deepflow deepflow/deepflow-agent --version 7.0.014 --create-namespace -f values-custom.yaml
9898
```
9999

100100
:::

docs/zh/02-ce-install/05-legacy-host.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ inputs:
113113
@tab rpm
114114

115115
```bash
116-
AGENT_VERSION=v6.6 FIXME: 此处与 server 版本同步
116+
AGENT_VERSION=v7.0 #FIXME: 此处与 server 版本同步
117117
curl -O https://deepflow-ce.oss-cn-beijing.aliyuncs.com/rpm/agent/$AGENT_VERSION/linux/$(arch | sed 's|x86_64|amd64|' | sed 's|aarch64|arm64|')/deepflow-agent-rpm.zip
118118
unzip deepflow-agent-rpm.zip
119119
yum -y localinstall x86_64/deepflow-agent-1.0*.rpm
@@ -122,7 +122,7 @@ yum -y localinstall x86_64/deepflow-agent-1.0*.rpm
122122
@tab deb
123123

124124
```bash
125-
AGENT_VERSION=v6.6 FIXME: 此处与 server 版本同步
125+
AGENT_VERSION=v7.0 #FIXME: 此处与 server 版本同步
126126
curl -O https://deepflow-ce.oss-cn-beijing.aliyuncs.com/deb/agent/$AGENT_VERSION/linux/$(arch | sed 's|x86_64|amd64|' | sed 's|aarch64|arm64|')/deepflow-agent-deb.zip
127127
unzip deepflow-agent-deb.zip
128128
dpkg -i x86_64/deepflow-agent-1.0*.systemd.deb
@@ -131,7 +131,7 @@ dpkg -i x86_64/deepflow-agent-1.0*.systemd.deb
131131
@tab binary file
132132

133133
```bash
134-
AGENT_VERSION=v6.6 FIXME: 此处与 server 版本同步
134+
AGENT_VERSION=v7.0 #FIXME: 此处与 server 版本同步
135135
curl -O https://deepflow-ce.oss-cn-beijing.aliyuncs.com/bin/agent/$AGENT_VERSION/linux/$(arch | sed 's|x86_64|amd64|' | sed 's|aarch64|arm64|')/deepflow-agent.tar.gz
136136
tar -zxvf deepflow-agent.tar.gz -C /usr/sbin/
137137
@@ -212,7 +212,7 @@ systemctl restart deepflow-agent
212212
@tab rpm
213213

214214
```bash
215-
AGENT_VERSION=v6.6 FIXME: 此处与 server 版本同步
215+
AGENT_VERSION=v7.0 #FIXME: 此处与 server 版本同步
216216
curl -O https://deepflow-ce.oss-cn-beijing.aliyuncs.com/rpm/agent/$AGENT_VERSION/linux/static-link/$(arch | sed 's|x86_64|amd64|' | sed 's|aarch64|arm64|')/deepflow-agent-rpm.zip
217217
unzip deepflow-agent-rpm.zip
218218
yum -y localinstall x86_64/deepflow-agent-1.0*.rpm
@@ -221,7 +221,7 @@ yum -y localinstall x86_64/deepflow-agent-1.0*.rpm
221221
@tab deb
222222

223223
```bash
224-
AGENT_VERSION=v6.6 FIXME: 此处与 server 版本同步
224+
AGENT_VERSION=v7.0 #FIXME: 此处与 server 版本同步
225225
curl -O https://deepflow-ce.oss-cn-beijing.aliyuncs.com/deb/agent/$AGENT_VERSION/linux/static-link/$(arch | sed 's|x86_64|amd64|' | sed 's|aarch64|arm64|')/deepflow-agent-deb.zip
226226
unzip deepflow-agent-deb.zip
227227
dpkg -i x86_64/deepflow-agent-1.0*.systemd.deb
@@ -230,7 +230,7 @@ dpkg -i x86_64/deepflow-agent-1.0*.systemd.deb
230230
@tab binary file
231231

232232
```bash
233-
AGENT_VERSION=v6.6 FIXME: 此处与 server 版本同步
233+
AGENT_VERSION=v7.0 #FIXME: 此处与 server 版本同步
234234
curl -O https://deepflow-ce.oss-cn-beijing.aliyuncs.com/bin/agent/$AGENT_VERSION/linux/static-link/$(arch | sed 's|x86_64|amd64|' | sed 's|aarch64|arm64|')/deepflow-agent.tar.gz
235235
tar -zxvf deepflow-agent.tar.gz -C /usr/sbin/
236236

docs/zh/02-ce-install/99-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ helm upgrade deepflow -n deepflow deepflow/deepflow -f values-custom.yaml
2222

2323
```bash
2424
# 与当前 server 版本同步即可
25-
Version=v6.6
25+
Version=v7.0
2626

2727
# 使用变量下载
2828
curl -o /usr/bin/deepflow-ctl \
@@ -95,14 +95,14 @@ K8s 远程升级使用 deepflow-agent 在集群中对其所在命名空间的 da
9595
```bash
9696
deepflow-ctl repo agent create --arch x86 \
9797
--version-image /root/deepflow-agent \
98-
--k8s-image registry.cn-beijing.aliyuncs.com/deepflow-ce/deepflowio-agent:latest
98+
--k8s-image registry.cn-beijing.aliyuncs.com/deepflow-ce/deepflowio-agent:v7.0
9999
```
100100

101101
执行 deepflow-agent 的远程升级命令。一个集群中的 agent 只需要指定一个 agent 即可对整个集群的 agent 进行升级。
102102

103103
```bash
104104
deepflow-ctl agent-upgrade <AGENT_NAME> \
105-
--image-name="kube.registry.local:5000/deepflow-agent:v6.4.4594"
105+
--image-name="registry.cn-beijing.aliyuncs.com/deepflow-ce/deepflowio-agent:v7.0"
106106
```
107107

108108
- 【注意】当前版本暂时不支持验证镜像可拉取及可用性, 使用之前请确保镜像可拉取、可运行、版本正确

0 commit comments

Comments
 (0)