argo-ci
argo-ci copied to clipboard
Error in helm install
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!
I have the same problem. Just tried it today multiple times on windows, minikube, virtualbox
I'm facing the same problem. Did you resolve it in any way?