yranjan06 opened a new pull request, #53540: URL: https://github.com/apache/airflow/pull/53540
### Summary This PR adds a new documentation page (`rbac.rst`) under the `apache-airflow-providers-cncf-kubernetes` provider. It provides: - A beginner-friendly explanation of **why RBAC is needed** in Kubernetes - A **working example** of Role, RoleBinding, and ServiceAccount for use with `KubernetesExecutor` and `KubernetesPodOperator` - A **real-world snippet** from the official Airflow Helm chart - Pointers to other related docs (`kubernetes_executor`, `operators`, and Helm chart) ### Motivation While the Kubernetes integration is well-documented technically, many first-time users struggle with getting the correct permissions (RBAC) configured. This guide offers a clear starting point with context and working YAML snippets. ### Related Resources - `chart/templates/rbac/pod-launcher-role.yaml` - Kubernetes RBAC reference: https://kubernetes.io/docs/reference/access-authn-authz/rbac/ --- Let me know if you'd like any changes — happy to improve this further 🙌 -- 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]
