Skip to content

Commit ced6074

Browse files
committed
style: apply peer review feedback
1 parent 8d02f7e commit ced6074

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/xpk/commands/workload.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
replicas: {args.num_slices}
122122
template:
123123
spec:
124-
parallelism: {vms_per_slice} # Equal to the number of VMs per slice
124+
parallelism: {vms_per_slice} # Equal to the number of VMs per slice (or sub-slice).
125125
completions: {vms_per_slice} # Same as the above.
126126
backoffLimit: 0 # When any pod fails, the job is failed
127127
{pod_failure_policy}
@@ -559,7 +559,6 @@ def workload_create(args) -> None:
559559
)
560560
yml_string = WORKLOAD_CREATE_YAML.format(
561561
args=args,
562-
system=system,
563562
container=container,
564563
vms_per_slice=(
565564
compute_vms_per_slice(args.sub_slicing_topology)

0 commit comments

Comments
 (0)