Skip to content

Commit eac1556

Browse files
authored
Merge branch 'main' into taint_addition
2 parents 290c93a + cbcc3e9 commit eac1556

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

recipes/registry.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,10 @@ components:
277277
- controller.nodeSelector
278278
tolerationPaths:
279279
- controller.tolerations
280+
- node.tolerations
280281
accelerated:
281-
nodeSelectorPaths:
282-
- node.nodeSelector
282+
# No nodeSelectorPaths — CSI node DaemonSet must run on ALL nodes
283+
# (not just GPU nodes) since any node may need EBS volumes.
283284
tolerationPaths:
284285
- node.tolerations
285286

0 commit comments

Comments
 (0)