diff --git a/docs/content.zh/docs/custom-resource/autoscaler.md b/docs/content.zh/docs/custom-resource/autoscaler.md index 648ca406d4..b70eee91a0 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 e55f56e87c..0b3ee75723 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 ```