argo-ci icon indicating copy to clipboard operation
argo-ci copied to clipboard

Error in helm install

Open kishorv10 opened this issue 6 years ago • 2 comments

Helm install is failing with error

k8smaster@k8smaster:~$ helm install argo/argo-ci --name argo-ci Error: Job failed: DeadlineExceeded

Here are pod logs,

Error from server (Forbidden): error when retrieving current configuration of: Resource: "apiextensions.k8s.io/v1beta1, Resource=customresourcedefinitions", GroupVersionKind: "apiextensions.k8s.io/v1beta1, Kind=CustomResourceDefinition" Name: "workflows.argoproj.io", Namespace: "" Object: &{map["apiVersion":"apiextensions.k8s.io/v1beta1" "kind":"CustomResourceDefinition" "metadata":map["name":"workflows.argoproj.io" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["group":"argoproj.io" "names":map["plural":"workflows" "shortNames":["wf"] "kind":"Workflow"] "scope":"Namespaced" "version":"v1alpha1"]]} from server for: "STDIN": customresourcedefinitions.apiextensions.k8s.io "workflows.argoproj.io" is forbidden: User "system:serviceaccount:default:default" cannot get resource "customresourcedefinitions" in API group "apiextensions.k8s.io" at the cluster scope

Looks like issue with the roles. I just followed the instructions present in README file. Are there any steps missing, before hitting helm installation? Please help!

kishorv10 avatar Feb 06 '19 02:02 kishorv10

I have the same problem. Just tried it today multiple times on windows, minikube, virtualbox

IngoS11 avatar Feb 22 '19 04:02 IngoS11

I'm facing the same problem. Did you resolve it in any way?

francnascimento avatar Aug 02 '19 14:08 francnascimento