Hi,Community: I'm using flink-kubernetes-operator of version 1.6 to deploy flink auto scaling (https://github.com/apache/flink-kubernetes-operator/blob/main/examples/autoscaling/autoscaling.yaml) on K8S,but encountered the error fail to pull the image autoscaling-example,Could any one give me some clues to work this shit out ? Thanks.
------------------ ???????? ------------------ ??????: "Enric Ott" <243816...@qq.com>; ????????: 2024??6??25??(??????) ????3:28 ??????: "Rion Williams"<rionmons...@gmail.com>; ????: "user"<user@flink.apache.org>; ????: ?????? flink kubernetes flink autoscale behavior Thanks,Rion.I roughly understand.And I still want to know whether the deployment of Adaptive Scheduler relies on Kubernetes? Are there any cases of deploying Flink Adaptive Scheduler on bare metal machine? Appreciated again. ------------------ ???????? ------------------ ??????: "Rion Williams" <rionmons...@gmail.com>; ????????: 2024??6??25??(??????) ????1:31 ??????: "Enric Ott"<243816...@qq.com>; ????: "user"<user@flink.apache.org>; ????: Re: flink kubernetes flink autoscale behavior Hi Eric, I believe you might be referring to use of the adaptive scheduler which should support these ??in-place?? scaling operations via: jobmanager.scheduler: adaptive You can see the documentation for Elastic Scaling here for additional details and configuration. On Jun 24, 2024, at 11:56?6?2PM, Enric Ott <243816...@qq.com> wrote: ?1?3Hello,Community: I??ve recently started using the Flink Kubernetes Operator,and I'd like to know if CPU and Job Parallelism autoscaling are supported without restarting the whole job,if it??s supported, please tell me how to configure and deploy it. Thanks.