gyfora commented on code in PR #614:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/614#discussion_r1235495355


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/KubernetesOperatorConfigOptions.java:
##########
@@ -150,6 +150,14 @@ public static String operatorConfigKey(String key) {
                     .defaultValue(false)
                     .withDescription("Whether to ignore pending savepoint 
during job upgrade.");
 
+    @Documentation.Section(SECTION_DYNAMIC)
+    public static final ConfigOption<Boolean> 
JOB_UPGRADE_INPLACE_SCALING_ENABLED =
+            operatorConfig("job.upgrade.inplace-scaling.enabled")
+                    .booleanType()
+                    .defaultValue(true)
+                    .withDescription(
+                            "Whether to enable inplace scaling for Flink 1.18+ 
using the resource requirements API.");

Review Comment:
   I will add this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to