Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
9f0a3155
Unverified
Commit
9f0a3155
authored
Nov 14, 2025
by
hhzhang16
Committed by
GitHub
Nov 14, 2025
Browse files
docs: add instructions in planner tests to remove volumes/volumeMounts (#4335)
Signed-off-by:
Hannah Zhang
<
hannahz@nvidia.com
>
parent
34dd7ee7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
tests/planner/README.md
tests/planner/README.md
+16
-0
No files found.
tests/planner/README.md
View file @
9f0a3155
...
...
@@ -197,6 +197,22 @@ spec:
-
--no-correction
```
Remove
`volumes`
and
`volumeMounts`
:
```
# Remove these lines or any similar lines
volumeMounts:
- name: planner-profile-data
mountPath: /workspace/profiling_results
readOnly: true
volumes:
- name: planner-profile-data
configMap:
# Must be pre-created before deployment by the profiler
# See docs/planner/sla_planner_quickstart.md for more details
name: planner-profile-data
```
3.
Update the model in VllmPrefillWorker and VllmDecodeWorker services:
```
yaml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment