File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -592,9 +592,9 @@ Prerequisites before using the ConfigMap-based mock:
592592- A valid ` gpu-map ` must exist.
593593 For example, in the e2e tests, ` test/e2e/run-launcher-based.sh ` populates the content of the ConfigMap.
594594- The launcher must know in which Kubernetes namespace to look for the ConfigMap.
595- For example, in the e2e tests, ` test/e2e/mkobjs.sh ` injects the ` NODE_NAME ` envar via Downward API.
596- - The launcher must know the node name of the launcher to look up the mapping for that node.
597595 For example, in the e2e tests, ` test/e2e/mkobjs.sh ` injects the ` NAMESPACE ` envar via Downward API.
596+ - The launcher must know the node name of the launcher to look up the mapping for that node.
597+ For example, in the e2e tests, ` test/e2e/mkobjs.sh ` injects the ` NODE_NAME ` envar via Downward API.
598598
599599The naive mock relies on the launcher itself, via simple enumeration (GPU-0, GPU-1, etc.).
600600The naive mock is particularly useful during the development of the launcher.
You can’t perform that action at this time.
0 commit comments