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

We are experiencing the bellow error when attempting to create the flink job cluster using the sample provided in the repo. Our flink deployment with operator and job cluster works...

I am trying to deploy flink on aws eks cluster. The cluster does not have any specific master node as it is amazon managed cluster. I have successfully deployed the...

Hi, Flink operator has helm chart versions v1alpha1 and v1beta1 which is invalid for helm client. It should follow the semantic versioning schema required by helm. `❯ helm repo add...

Dears when i am trying to install the operator from source using the `make deploy` command, i am getting the below error: FYS ```$ make deploy go: unknown subcommand "mod"...

add imagePullSecrets to helm chart value config

When I compile the code locally, I get the following error: ``` api\v1beta1\zz_generated.deepcopy.go:580:46: out.takeSavepointOnUpgrade undefined (type *JobSpec has no field or method takeSavepointOnUpgrade, but does have TakeSavepointOnUpgrade) ``` regenerate code

Flink command like this“-C,--classpath ” ` -C,--classpath Adds a URL to each user code classloader on all nodes in the cluster. The paths must specify a protocol (e.g. file://) and...

feature

Hello Is there anything on the roadmap regarding making available your operator on Operator Hub and having it managed via Operator Lifecycle Manager (OLM)? I am asking in an openshift...