huaxk opened a new pull request, #596:
URL: https://github.com/apache/flink-kubernetes-operator/pull/596

   ## What is the purpose of the change
   
   When I remotely connected to the Flink cluster using local SQL client, I 
encountered an error while submitting an SQL statement:
   ```
   [ERROR] Could not execute SQL statement. Reason:
   io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: 
GET at: 
https://10.53.0.1/api/v1/namespaces/flink-operator/services/basic-example-rest. 
Message: Forbidden!Configured service account doesn't have access. Service 
account may have been revoked. services "basic-example-rest" is forbidden: User 
"system:serviceaccount:flink-operator:flink" cannot get resource "services" in 
API group "" in the namespace "flink-operator".
   ```
   this error indicating that Flink account lacks permission to operate 
services resource, missing permissions should be added to the Flink account in 
chart templates.


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to