This is an automated email from the ASF dual-hosted git repository.
gyfora 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 1ae2f33c [hotfix][docs] typo Adaptvie/Adaptive and booleans in
autoscaler docs
1ae2f33c is described below
commit 1ae2f33c18d6a4bf2e5920f766c01df1c3ee84c3
Author: Andrea <[email protected]>
AuthorDate: Wed Apr 30 10:32:51 2025 +0200
[hotfix][docs] typo Adaptvie/Adaptive and booleans in autoscaler docs
---
docs/content.zh/docs/custom-resource/autoscaler.md | 8 ++++----
docs/content/docs/custom-resource/autoscaler.md | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/content.zh/docs/custom-resource/autoscaler.md
b/docs/content.zh/docs/custom-resource/autoscaler.md
index 648ca406..b70eee91 100644
--- a/docs/content.zh/docs/custom-resource/autoscaler.md
+++ b/docs/content.zh/docs/custom-resource/autoscaler.md
@@ -246,13 +246,13 @@ Flink cluster, includes:
You can start a Flink Streaming job with the following ConfigOptions.
-```
-# Enable Adaptvie scheduler to play the in-place rescaling.
+```yaml
+# Enable Adaptive scheduler to play the in-place rescaling.
jobmanager.scheduler : adaptive
# Enable autoscale and scaling
-job.autoscaler.enabled : true
-job.autoscaler.scaling.enabled : true
+job.autoscaler.enabled : "true"
+job.autoscaler.scaling.enabled : "true"
job.autoscaler.stabilization.interval : 1m
job.autoscaler.metrics.window : 3m
```
diff --git a/docs/content/docs/custom-resource/autoscaler.md
b/docs/content/docs/custom-resource/autoscaler.md
index e55f56e8..0b3ee757 100644
--- a/docs/content/docs/custom-resource/autoscaler.md
+++ b/docs/content/docs/custom-resource/autoscaler.md
@@ -246,13 +246,13 @@ Flink cluster, includes:
You can start a Flink Streaming job with the following ConfigOptions.
-```
-# Enable Adaptvie scheduler to play the in-place rescaling.
+```yaml
+# Enable Adaptive scheduler to play the in-place rescaling.
jobmanager.scheduler : adaptive
# Enable autoscale and scaling
-job.autoscaler.enabled : true
-job.autoscaler.scaling.enabled : true
+job.autoscaler.enabled : "true"
+job.autoscaler.scaling.enabled : "true"
job.autoscaler.stabilization.interval : 1m
job.autoscaler.metrics.window : 3m
```