mnuttall opened a new pull request, #186: URL: https://github.com/apache/flink-kubernetes-operator/pull/186
As per https://issues.apache.org/jira/browse/FLINK-27425 this resolves the error, ``` [ERROR] Could not execute SQL statement. Reason: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET at: https://10.96.0.1/api/v1/namespaces/default/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:default:flink" cannot get resource "services" in API group "" in the namespace "default". ``` seen when running a Flink job that uses the Kafka connector against a default install. -- 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]
