apache / apache/devlake-helm-chart
Unable to continue with install: could not get information about the resource ClusterRole
- Dominant language
- Go Template
- Stars
- 52
- Forks
- 72
- Avg merge
- 21h 4m
- Merged PRs (30d)
- 1
Description
Hello Team,
I have an issue installing DevLake with Helm to our PROD cluster.
Running
`helm install -f devlake.yml devlake devlake/devlake --version=1.0-beta1 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET --set grafana.adminPassword=$ADMIN_PW`
ends with
```Error: INSTALLATION FAILED: Unable to continue with install: could not get information about the resource ClusterRole "devlake-grafana-clusterrole" in namespace "": clusterroles.rbac.authorization.k8s.io "devlake-grafana-clusterrole" is forbidden: User "" cannot get resource "clusterroles" in API group "rbac.authorization.k8s.io" at the cluster scope```
In production, in our k8s cluster user is not allowed to create roles.
Reading manual and values.yml didn't give me a clue if RBAC can be disabled.
Grepping the code for "rbac" didn't return any result either.
Could you please clarify if it's possible to install to the cluster where user are not allowed to create roles?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.