airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
630 stars 474 forks source link

rbac authorization in vanilla kubernetes #834

Open patilsanket48 opened 4 months ago

patilsanket48 commented 4 months ago

Checks

Chart Version

latest

Kubernetes Version

Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.10+vmware.1", GitCommit:"be027d20057c3efdd26b5325840b13394c1f6437", GitTreeState:"clean", BuildDate:"2022-08-30T05:53:44Z", GoVersion:"go1.17.13", Compiler:"gc", Platform:"linux/amd64"}

Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.10+vmware.1", GitCommit:"b980a736cbd2ac0c5f7ca793122fd4231f705889", GitTreeState:"clean", BuildDate:"2023-01-24T15:29:49Z", GoVersion:"go1.19.5", Compiler:"gc", Platform:"linux/amd64"}

Helm Version

version.BuildInfo{Version:"v3.12.2", GitCommit:"1e210a2c8cc5117d1055bfaa5d40f51bbc2e345e", GitTreeState:"clean", GoVersion:"go1.20.5"}

Description

i am trying to install Airflow with custom values but getting the error. when i try to trun on createSCCRoleBinding. We are using vanilla kubernetes

Relevant Logs

Error: 1 error occurred:
    * clusterroles.rbac.authorization.k8s.io "system:openshift:scc:anyuid" not found

Custom Helm Values

rbac:
  createSCCRoleBinding: true