Skip to content

Commit b584b08

Browse files
committed
[FLINK-34744][autoscaler] Fix the issue that autoscaling-dynamic cannot run
1 parent 51fe002 commit b584b08

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/autoscaling/autoscaling-dynamic.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,4 @@ spec:
5050
parallelism: 1
5151
upgradeMode: stateless
5252
args:
53-
- --maxLoadPerTask
54-
- "1;2;4;8;16;\n16;8;4;2;1\n8;4;16;1;2"
55-
- --repeatsAfterMinutes
56-
- "60"
53+
- --maxLoadPerTask "1;2;4;8;16;\n16;8;4;2;1\n8;4;16;1;2" --repeatsAfterMinutes "60"

0 commit comments

Comments
 (0)