airflow-helm/charts

rbac authorization in vanilla kubernetes

Opened this issue · 0 comments

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