KulykDmytro commented on issue #11696:
URL: https://github.com/apache/airflow/issues/11696#issuecomment-715886117


   WebUI should run with serviceAccount which have RBAC permissions on k8s 
cluster to get logs
   ```
   ```
   ```
   ---
   apiVersion: v1
   kind: ServiceAccount
   metadata:
     labels:
       app: airflow
     name: airflow                              
   ---
   apiVersion: rbac.authorization.k8s.io/v1
   kind: RoleBinding
   metadata:
     labels:
       app: airflow
     name: airflow
   roleRef:
     apiGroup: rbac.authorization.k8s.io
     kind: Role
     name: airflow
   subjects:
   - kind: ServiceAccount
     name: airflow
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to