Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot generate ApplicationSets #23

Open
skananit opened this issue Aug 2, 2023 · 1 comment
Open

Cannot generate ApplicationSets #23

skananit opened this issue Aug 2, 2023 · 1 comment
Labels

Comments

@skananit
Copy link

skananit commented Aug 2, 2023

I have a Github Actions workflow set up that creates an appset as described in the documentation: https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd_appset/

When I run my workflow, I see this step fails

      - name: "Create AppSet"
        uses: clowdhaus/argo-cd-action/@main
        env:
          ARGOCD_SERVER: some.server
        with:
          command: appset create app.yaml

with this error description:

/opt/hostedtoolcache/argocd/2.6.7/x64/argocd appset create app.yaml
time="2023-08-02T20:42:08Z" level=fatal msg="rpc error: code = Unimplemented desc = unknown service applicationset.ApplicationSetService"
Error: The process '/opt/hostedtoolcache/argocd/2.6.7/x64/argocd' failed with exit code 20

unknown service applicationset.ApplicationSetService sounds like ArgoCD AppSets are not supported, is that correct?

@bryantbiggs
Copy link
Member

do you have the ArgoCD CRD installed on the cluster with this custom resource available? There isn't anything required in this project to support this, this resource was added in 2.5.0 so its down to what you have on the cluster argoproj/argo-cd#9584

@bryantbiggs bryantbiggs added the 🙋 question Question label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants