This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new b584b088 [FLINK-34744][autoscaler] Fix the issue that
autoscaling-dynamic cannot run
b584b088 is described below
commit b584b08806c7e8366519acdb92bfb4725faaebba
Author: Rui Fan <[email protected]>
AuthorDate: Tue Mar 19 21:47:51 2024 +0800
[FLINK-34744][autoscaler] Fix the issue that autoscaling-dynamic cannot run
---
examples/autoscaling/autoscaling-dynamic.yaml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/examples/autoscaling/autoscaling-dynamic.yaml
b/examples/autoscaling/autoscaling-dynamic.yaml
index b6bb3d04..7aade644 100644
--- a/examples/autoscaling/autoscaling-dynamic.yaml
+++ b/examples/autoscaling/autoscaling-dynamic.yaml
@@ -50,7 +50,4 @@ spec:
parallelism: 1
upgradeMode: stateless
args:
- - --maxLoadPerTask
- - "1;2;4;8;16;\n16;8;4;2;1\n8;4;16;1;2"
- - --repeatsAfterMinutes
- - "60"
+ - --maxLoadPerTask "1;2;4;8;16;\n16;8;4;2;1\n8;4;16;1;2"
--repeatsAfterMinutes "60"