Hi Gyula, Well, I don't understand this RBAC very well, but I got it to work 
with a simple one-line change,

adding the line "- flinkdeployments/finalizers" to the flink.apache.org 
apiGroups section of the clusterrole like this:



oc edit clusterrole flink-operator


- apiGroups:

  - flink.apache.org

  resources:

  - flinkdeployments

  - flinkdeployments/status

  - flinkdeployments/finalizers

  - flinksessionjobs

  - flinksessionjobs/status

  verbs:

  - '*'



Now the basic.yaml and the flinksessionjob examples deploy.
I'd like to try it with an OLM build tomorrow, and if it still looks good, I'll 
make an issue and PR for it.
Thanks!  Jim

Reply via email to