mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-07-21 10:15:47 +00:00
docs(deployment-guide): fix stale userdata PVC subPath (#4139)
This commit is contained in:
@@ -180,7 +180,7 @@ USERDATA_PVC_NAME=deer-flow-userdata-pvc
|
||||
SKILLS_PVC_NAME=deer-flow-skills-pvc
|
||||
```
|
||||
|
||||
When `USERDATA_PVC_NAME` is set, the provisioner automatically uses subPath (`threads/{thread_id}/user-data`) so each thread gets its own directory in the PVC.
|
||||
When `USERDATA_PVC_NAME` is set, the provisioner automatically uses subPath (`deer-flow/users/{user_id}/threads/{thread_id}/user-data`) so each user's threads get their own directories in the PVC.
|
||||
|
||||
</Steps>
|
||||
|
||||
|
||||
@@ -175,7 +175,7 @@ USERDATA_PVC_NAME=deer-flow-userdata-pvc
|
||||
SKILLS_PVC_NAME=deer-flow-skills-pvc
|
||||
```
|
||||
|
||||
当设置 `USERDATA_PVC_NAME` 时,Provisioner 自动使用子路径(`threads/{thread_id}/user-data`),每个线程在 PVC 中获得自己的目录。
|
||||
当设置 `USERDATA_PVC_NAME` 时,Provisioner 自动使用子路径(`deer-flow/users/{user_id}/threads/{thread_id}/user-data`),每个用户的每个线程在 PVC 中获得自己的目录。
|
||||
|
||||
</Steps>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user