1

Is there anyone who uses argo cd on eks fargate?? It seems that there is an issue with Argo setup on Fargate. All pods are in pending state

I’ve tried installing on argocd namespace and existing ones. Still doesn’t work

I tried to install it using the commands below:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.7/manifests/install.yaml
Adiii
  • 54,482
  • 7
  • 145
  • 148

1 Answers1

2

Make sure you have created a fargate profile with the namespace selector as argocd. It might be one of the issues.

refer this https://docs.aws.amazon.com/eks/latest/userguide/fargate-getting-started.html#fargate-gs-create-profile