Re: Flink Native K8S RBAC

2022-10-20 Thread Yang Wang
I have created a ticket[1] to fill the missing part in the native K8s documentation. [1]. https://issues.apache.org/jira/browse/FLINK-29705 Best, Yang Gyula Fóra 于2022年10月20日周四 13:37写道: > Hi! > > As a reference you can look at how the Flink Kubernetes Operator manages > RBAC settings: > > > ht

Re: Flink Native K8S RBAC

2022-10-19 Thread Gyula Fóra
Hi! As a reference you can look at how the Flink Kubernetes Operator manages RBAC settings: https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/operations/rbac/ https://github.com/apache/flink-kubernetes-operator/blob/main/helm/flink-kubernetes-operator/templates/rbac.yaml

Flink Native K8S RBAC

2022-10-19 Thread Calvin D Souza via user
Hi, I am using custom service account for flink native k8s. These are the rules for the clusterrole I’m using: rules: - apiGroups: [""] resources: ["pods"] verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] - apiGroups: [""] resources: ["configmaps"] verbs