Setting web.submit.enable to false in a flinkdeployment deployed to kubernetes 
doesn't allow flinksessionjobs for it to work.  It instead result in the error 
below:

 
{"type":"org.apache.flink.kubernetes.operator.exception.ReconciliationException","message":"java.util.concurrent.ExecutionException:
    org.apache.flink.runtime.rest.util.RestClientException: [POST request not
    allowed]"

I have to re-enable web.submit.enable in order for FlinkSessionJob to work 
again on Kubernetes. My goal is to make the dashboard available to users but 
not allow them to submit jobs through the UI.

Any help in this matter would be appreciated.

Best regards,

Ralph.

Running Flink 1.19.1. Same thing was happening with 1.19.0

Reply via email to