We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d02f7e commit ced6074Copy full SHA for ced6074
src/xpk/commands/workload.py
@@ -121,7 +121,7 @@
121
replicas: {args.num_slices}
122
template:
123
spec:
124
- parallelism: {vms_per_slice} # Equal to the number of VMs per slice
+ parallelism: {vms_per_slice} # Equal to the number of VMs per slice (or sub-slice).
125
completions: {vms_per_slice} # Same as the above.
126
backoffLimit: 0 # When any pod fails, the job is failed
127
{pod_failure_policy}
@@ -559,7 +559,6 @@ def workload_create(args) -> None:
559
)
560
yml_string = WORKLOAD_CREATE_YAML.format(
561
args=args,
562
- system=system,
563
container=container,
564
vms_per_slice=(
565
compute_vms_per_slice(args.sub_slicing_topology)
0 commit comments