Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

FATA[0000] rpc error: code = Unimplemented desc = unknown service applicationset.ApplicationSetService #608

Open
renperez-cpi opened this issue Oct 26, 2022 · 2 comments

Comments

@renperez-cpi
Copy link

i am trying to use the latest argocd cli with appset to apply this applicationset but getting error when applying by running this command argocd appset create file.yaml

FATA[0000] rpc error: code = Unimplemented desc = unknown service applicationset.ApplicationSetService

here is the sample application set.

apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
  name: deploy-teleport-configmap
spec:
  generators:
  - list:
      elements:
      - prefix: teleport-configmap-us-west-2
        url: eks-cluster-1
        region: us-west-2
        environment: qa
      - prefix: teleport-configmap-eu-central-1
        url: eks-cluster-2
        region: eu-central-1
        environment: qa
      - prefix: teleport-configmap-ca-central-1
        url: eks-cluster-3
        region: ca-central-1
        environment: qa
  template:
    metadata:
      name: '{{prefix}}'
    spec:
      project: teleport
      source:
        repoURL: url-repo
        targetRevision: initial-testing
        path: deploy/argocd/config/teleport/{{region}}
      destination:
        server: '{{url}}'
        namespace: teleport
      syncPolicy:
        automated:
          prune: true
          selfHeal: true
        syncOptions:
          - CreateNamespace=true
@granti4ka
Copy link

I had the same problem. I created AppSet. Everything works fine. But argocli give me the error for list, get, delete AppSet

grant@laptop:~$ argocd appset list
FATA[0000] rpc error: code = Unimplemented desc = unknown service applicationset.ApplicationSetService

grant@laptop:~$ argocd version --short
argocd: v2.5.1+504da42
argocd-server: v2.4.12+41f54aa

@colossus-creator
Copy link

colossus-creator commented Nov 19, 2022

@granti4ka this is an issue with argocd-server. you need to upgrade to the latest version

argocd version --short
argocd: v2.5.2+148d8da.dirty
argocd-server: v2.5.2+148d8da

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants