I'm facing issue with flink ingress using flink k8...
# troubleshooting
g
I'm facing issue with flink ingress using flink k8 operator, argo is just use here for deploying flink job spec present on git with sync policy below, at first ingress is there and i'm able to open flink ui as well, but when i do some change in flink spec on git for example changing parallelism or config, ingress is getting disappeared from argo, but it is showing in
reconciliationStatus.lastReconciledSpec
of flink deployment of job, is there any bug 🤔, no logs in flink k8 operator as well, also not able to see listener rule in aws, it got deleted
Copy code
syncPolicy:
    automated:
      prune: false
      selfHeal: false
      allowEmpty: false
p
not sure if helps, but I had to update the health rule in argocd according to this PR here: https://github.com/argoproj/argo-cd/pull/15065
g
i think this is for just progressing bar on argo
ideally argo should wait for flinkdeployment to completely terminate the flink cluster before initiating kube apply command