flink-on-k8s-operator icon indicating copy to clipboard operation
flink-on-k8s-operator copied to clipboard

[DEPRECATED] Kubernetes operator for managing the lifecycle of Apache Flink and Beam applications.

Results 101 flink-on-k8s-operator issues
Sort by recently updated
recently updated
newest added

The original link is invalid. https://volcano.sh/docs/getting-started/

Hey Guys, I am new to this operator and trying to figure out if native HA on K8s is supported by the operator. Has anyone tried it out? https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/ha/kubernetes_ha/

I found flink operator manager pods occasionally will change to CrashLoopBackOff status in couple situations: 1. When I update a running flink pipeline, I got timeout error from operator and...

Flink was installed using the provided Helm Chart. The chart installs 2 services with pod selector just one label. Problem is that this label is widely used: ``` selector: control-plane:...

I raised an issue (#446) if this place is being maintained, but I haven't gotten an answer. It appears that the spotify fork is active and issues are being addressed...

Since flink v1.11, log4j2 is the default logger setup for flink, out of the box, the log4j.properties file that is put into the container from a configmap is incompatible with...

Currently after a session cluster is up and running, we have to submit jobs to the cluster through Flink's API endpoint, which usually means the user has to install Flink...

feature

There are two motivations for the introduction of a new CRD for Flink job submission. First, it is the case of operating an application consisting of a number of light...

feature

Greetings Folks, I am relatively new to this community and am getting my head wrapped around the operator. One of the problems I am currently facing is how to restart...

Hi, How do we recover the job manager from the checkpoints instead of savepoints? Any instructions steps to follow please share. Thanks, Shravan