flink-kubernetes-operator icon indicating copy to clipboard operation
flink-kubernetes-operator copied to clipboard

Apache Flink Kubernetes Operator

Results 32 flink-kubernetes-operator issues
Sort by recently updated
recently updated
newest added

## What is the purpose of the change https://issues.apache.org/jira/browse/FLINK-34970 Translate architecture documents into Chinese ## Brief change log *(for example:)* - *Periodic savepoint trigger is introduced to the custom resource*...

## What is the purpose of the change Currently, the autoscaler will scale a job when the JobStatus is RUNNING. But the JobStatus will be RUNNING once job starts schedule,...

## What is the purpose of the change We introduced a logic to scale down the JobManager before the task managers are killed to have a more graceful shutdown sequence....

## What is the purpose of the change *Autoscaler JDBC Support HikariPool to Replace JDBC DirverManager* ## Brief change log - *Add Autoscaler HikariPool Test* - *Replace JDBC DirverManager Wiht...

## What is the purpose of the change Flink can report slot sharing group information in the vertex information. This can be used to fine tune the autoscaler algorithm to...

## What is the purpose of the change This PR is for issue https://issues.apache.org/jira/browse/FLINK-33634 to add Conditions field in the CR status of Flink Deployment and FlinkSessionJob. ## Brief change...

## What is the purpose of the change Improving the optimization of pod distribution and placement within a Kubernetes cluster is essential for enhancing resource utilization. Affinity proves to be...

## What is the purpose of the change This pull request adds documentation about flink-sql-runner-example in the Kubernetes operator documentation page. Majority of the content is copied over from the...

## What is the purpose of the change Implement FlinkStateSnapshot as according to FLIP-446. This PR does not include the e2e-tests and documentation. ## Brief change log - Added `FlinkStateSnapshot`...

## What is the purpose of the change This pull request adds logic for backpropagating processing rate from non-scalable bottlenecks to upstream operators, potentially reducing parallelism of bakcpressured vertices after...