jenkinsci / kubernetes-operator

Kubernetes native Jenkins Operator
https://jenkinsci.github.io/kubernetes-operator
Other
591 stars 231 forks source link

CRDs #975

Closed sbandaru08 closed 4 months ago

sbandaru08 commented 4 months ago

Describe the bug I know that Kubernetes CRDs are only supported at cluster scope, so i need to be a cluster admin to install them. As am not an admin of the cluster because of permissions issue

Is there any other way i can deploy

To Reproduce Steps to reproduce the behavior.

Additional information

Kubernetes version: Jenkins Operator version: 0.8.0

Add error logs about the problem here (operator logs and Kubernetes events).

brokenpip3 commented 4 months ago

Is there any other way i can deploy

no you can't, you need at least the grants in your user rbac to create and modify the crds at cluster level. You can try install jenkins with the official helm chart: https://github.com/jenkinsci/helm-charts