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
5128e2b4
Unverified
Commit
5128e2b4
authored
Nov 04, 2025
by
Julien Mancuso
Committed by
GitHub
Nov 04, 2025
Browse files
fix: fix pod affinity in vllm recipe (#4107)
Signed-off-by:
Julien Mancuso
<
jmancuso@nvidia.com
>
parent
ae4b08ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
recipes/llama-3-70b/vllm/disagg-single-node/deploy.yaml
recipes/llama-3-70b/vllm/disagg-single-node/deploy.yaml
+16
-12
No files found.
recipes/llama-3-70b/vllm/disagg-single-node/deploy.yaml
View file @
5128e2b4
...
...
@@ -33,13 +33,15 @@ spec:
extraPodSpec
:
affinity
:
podAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
-
labelSelector
:
preferredDuringSchedulingIgnoredDuringExecution
:
-
weight
:
100
podAffinityTerm
:
labelSelector
:
matchExpressions
:
-
key
:
nvidia.com/dynamo-component-type
operator
:
In
values
:
-
worker
-
key
:
nvidia.com/dynamo-component-type
operator
:
In
values
:
-
worker
topologyKey
:
kubernetes.io/hostname
mainContainer
:
env
:
...
...
@@ -72,13 +74,15 @@ spec:
extraPodSpec
:
affinity
:
podAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
-
labelSelector
:
preferredDuringSchedulingIgnoredDuringExecution
:
-
weight
:
100
podAffinityTerm
:
labelSelector
:
matchExpressions
:
-
key
:
nvidia.com/dynamo-component-type
operator
:
In
values
:
-
worker
-
key
:
nvidia.com/dynamo-component-type
operator
:
In
values
:
-
worker
topologyKey
:
kubernetes.io/hostname
mainContainer
:
env
:
...
...
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