lyft / flinkk8soperator

Kubernetes operator that provides control plane for managing Apache Flink applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start documentation: Missing permission in ClusterRole: flinkapplications/status

Smana opened this issue · comments

Hello,

Trying to run a flinkapplications we had this error:

{"json":{"app_name":"vc-batch-2020021801","ns":"recommender","phase":""},"level":"error","msg":"K8s object update failed flinkapplications.flink.k8s.io \"vc-batch-2020021801\" is forbidden: User \"system:service
account:operator:flinkoperator\" cannot update resource \"flinkapplications/status\" in API group \"flink.k8s.io\" in the namespace \"recommender\"","ts":"2020-03-20T13:27:07Z"}                                  {"json":{"app_name":"vc-batch-2020021801","ns":"recommender","phase":""},"level":"warning","msg":"Failed to reconcile resource recommender/vc-batch-2020021801: flinkapplications.flink.k8s.io \"vc-batch-202002180
1\" is forbidden: User \"system:serviceaccount:operator:flinkoperator\" cannot update resource \"flinkapplications/status\" in API group \"flink.k8s.io\" in the namespace \"recommender\"","ts":"2020-03-20T13:27:07Z"}

Seems to be fixed in master branch.

This will be solved with the next release I guess