Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.19.1
-
None
-
None
-
Azure Kubernetes Service 1.28.5
Description
Setting web.submit.enable to false in a flinkdeployment in kubernetes doesn't allow flinksessionjobs for it to work. It instead results 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 FlinkSessionJobs to work