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

Beginner question: our study group try to learn and run the demo. When we ran the make deploy, it failed in pull image. So we try to run each yaml...

I use helm install the flink in test env ,here is the helm install error Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [unable to recognize "":...

I found `flinkoperator_v1beta1_flinkjobcluster.yaml` and `flinkoperator_v1beta1_remotejobjar.yaml` missed required fields for v1beta1 `flinkclusters.flinkoperator.k8s.io`.

Hey all, we've been using the operator for a while and we've noticed some flakiness when applying the FlinkCluster CR. Specifically we see this, and we're wondering if perhaps it's...

I deployed the flink-on-k8s-operator in my k8s cluster successfully, but when I created a cluster by kubectl apply -f flinkoperator_v1beta1_flinksessioncluster.yaml, there's some error logs in the docker-entrypoint.sh of taskmanager\jobmanager, see...

question

Hi, in your CRD [docs](https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/blob/master/docs/crd.md) you have that `jobManager.accessScope` is optional parameter. But in [CRD definition](https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/blob/f3226e1d59ad2fd16bd0499b71625f4583c56be8/helm-chart/flink-operator/templates/flink-cluster-crd.yaml#L3278) it is as required. Could you please update the CRD or docs, because it...

Will the operator be updated to support Native Kubernetes Integration of Flink? Check out more details on #FLINK-9953 or https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/deployment/native_kubernetes.html#background--internals

feature

Failed to deploy the operator on my minikube cluster (v1.18.2): `make deply` error log: ``` go: creating new go.mod: module tmp go: found sigs.k8s.io/controller-tools/cmd/controller-gen in sigs.k8s.io/controller-tools v0.3.0 /home/ruofeng/go/bin/controller-gen "crd:trivialVersions=true" rbac:roleName=manager-role...

bug

Hi Team, Flink operator installation in IBM cloud is failing with `CrashLoopBackOff` error. Please see below for more details: ``` $ k get all -n flink-operator-system NAME READY STATUS RESTARTS...

This issue is related to #462 I tried fixing up the controller to be compatible with Kubernetes 1.22, but it seems to be an endless rabbit hole and I am...