Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bundle/manifests/resource.nvidia.com_computedomains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@ spec:
- resourceClaimTemplate
type: object
numNodes:
default: 0
description: |-
Intended number of IMEX daemons (i.e., individual compute nodes) in the
ComputeDomain. Must be zero or greater.

With `featureGates.IMEXDaemonsWithDNSNames=true` (the default), this is
recommended to be set to zero. Workload must implement and consult its
recommended to be set to zero (default). Workload must implement and consult its
own source of truth for the number of workers online before trying to
share GPU memory (and hence triggering IMEX interaction). When non-zero,
`numNodes` is used only for automatically updating the global
Expand All @@ -91,10 +92,10 @@ spec:

The `numNodes` parameter is deprecated and will be removed in the next
API version.
minimum: 0
type: integer
required:
- channel
- numNodes
type: object
x-kubernetes-validations:
- message: A computeDomain.spec is immutable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@ spec:
- resourceClaimTemplate
type: object
numNodes:
default: 0
description: |-
Intended number of IMEX daemons (i.e., individual compute nodes) in the
ComputeDomain. Must be zero or greater.

With `featureGates.IMEXDaemonsWithDNSNames=true` (the default), this is
recommended to be set to zero. Workload must implement and consult its
recommended to be set to zero (default). Workload must implement and consult its
own source of truth for the number of workers online before trying to
share GPU memory (and hence triggering IMEX interaction). When non-zero,
`numNodes` is used only for automatically updating the global
Expand All @@ -91,10 +92,10 @@ spec:

The `numNodes` parameter is deprecated and will be removed in the next
API version.
minimum: 0
type: integer
required:
- channel
- numNodes
type: object
x-kubernetes-validations:
- message: A computeDomain.spec is immutable
Expand Down
Loading