mbalassi commented on pull request #35: URL: https://github.com/apache/flink-kubernetes-operator/pull/35#issuecomment-1058184615
Thanks @wangyang0918! I missed the loadbalancer issue, because I was testing with a job the had the following in the flinkConfig: 😄 ``` kubernetes.rest-service.exposed.type: ClusterIP ``` How do you suggest we should solve this? This means we already should work with flink 1.15 out of the box, but will fail for older flink versions in this specific case (fortunately the default behavior is still the clusterrole, so it works for users just starting out). I agree with separating the service accounts, makes my change much cleaner. Will do this under the same Jira. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
