Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Error in helm install #24

@kishorv10

Description

@kishorv10

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions