Closed anekdoti closed 4 years ago
@anekdoti The new release is not backward compatible. Please check release notes.
Please make sure to update the CRD and this update should not be deployed to a cluster where there are active flinkapplication updates occurring — i.e., all flinkapplications should be in a Running or DeployFailed state.
Thank you, @anandswaminathan . It seems that this is actually what happened.
@anekdoti Cool. Closing it. Reopen if needed.
I am using v0.4.0 of the flink operator in a Kubernetes 1.15 cluster with different namespaces. In a first step, I removed a FlinkApplication resource in a namespace
team1
which leads (correctly) to the deletion of the respective jobmanager and taskmanager pods.After recreating the FlinkApplication resource in the same namespace, the flink operator logs
Only one FlinkApplication custom resource is present in the namespace, but the jobmanagers and taskmanagers are duplicated as shown by
kubectl get pods -n team1
:I would have expected that only one jobmanager and two taskmanagers are instantiated.