Hi Team! Can someone clarify how to correctly use ...
# troubleshooting
e
Hi Team! Can someone clarify how to correctly use flink 1.17 operator session deployments? If I deploy session deployment as in an example, then if I submit a job using flink cli, I will get error:
Copy code
"system:serviceaccount:my-namespace:flink" cannot get resource "services" in API group "" in the namespace "my-namespace".
I figured that if I use serviceAccount: flink-operator, I will not have this problem. However, in flink-operator docs it says that session deployment should use flink-operator service account. Thanks!