Questions tagged [argocd]

20 questions
2
votes
1 answer

Migrating from a Helm chart release to an ArgoCD Application

The process to create an ArgoCD application from an existing helm chart release without downtime is well documented e.g. here: Just create an application, you can start with auto-sync turned off to see if it picks up on resources etc. The only…
thiagowfx
  • 145
  • 1
  • 6
2
votes
1 answer

What is the corrrect way to install remote Helm applications via Argo CD?

I need to install loki-stack to my k8s cluster, previously I need to change retention_deletes_enabled and retention_period in charts/loki/values.yaml. What should I do to achieve this? The problem is that there are several values.yaml files and I…
VladF
  • 35
  • 2
2
votes
1 answer

Kubernetes repeating job with start and end date?

I am looking to see if there is a way of running a task on a repeat interval with an explicit start and end date. In the ecosystem I have found that Cron Job task type lines up very well with a repeat task. However I've been having trouble finding a…
recoup8063
  • 121
  • 3
2
votes
1 answer

Argo CD + Operators = Overkill?

I intend to build a local Kubernetes cluster to host services in my home lab and share them with family and friends. If I'm already planning to deploy Argo CD as a GitOps solution and it'll already have a reconciliation loop for all my services, is…
donjuardo
  • 21
  • 2
2
votes
0 answers

How to configure ArgoCD access to the Azure Repos from a deployment pipeline?

Right now I have several ideas in theory, but they all have problems. My setup is: Azure DevOps Services Azure Cloud A powerful service principal connection with which I run the pipeline Idea #1 Pipeline deploys an AKS cluster, AAD Pod Identity…
1
vote
0 answers

How to Ensure ArgoCD Is Monitoring Dockerhub?

Context I deployed an application on a Kubernetes cluster using Helm and ArgoCD. ArgoCD is tasked with monitoring a GitLab repo (called manifests) which contains the Helm chart and application config. As soon as a new config is pushed to GitLab, the…
Della
  • 133
  • 4
1
vote
1 answer

Difference between Sync Phases and Waves?

Argo CD can synchronize (i.e. apply manifests) in order. The ordering is determined by phase, wave, resource kind (e.g. Namespace, Deployment), and name. There are 3 phases: PreSync Sync PostSync Within the Sync phase can be one or more waves,…
d4nyll
  • 121
  • 5
0
votes
0 answers

Manage infrastructure destruction using ArgoCD + FluxCD + Terraform

I am using a combination of ArgoCD, FluxCD and Terraform to provision infrastructure resources in a GitOps way. Each technology has each function: Terraform: a module that contains all the infrastructure resources to be created FluxCD: using the…
0
votes
1 answer

ArgoCD: "the server is currently unable to handle the request"

Summary Quite suddenly, last week (after months without any failure), our ArgoCD deployment in our AKS cluster broke. Specifically: all ArgoCD applications got into the "Unknown" state, unable to compute any diffs against the cluster (error messages…
thiagowfx
  • 145
  • 1
  • 6
0
votes
0 answers

Argocd not connecting to EKS private endpoint

I have 2 EKS sit on their own VPC. The VPC is connected together with Transit Gateway. The VPC only have public subnets. Both EKS has public and private endpoint enabled. I encounter issue where Argocd would still connecting another EKS public…
conandor
  • 101
  • 1
0
votes
0 answers

Argocd server Crashloopbackoff - Reconnect to redis because error:"dial tcp: lookup argocd-redis

I am new to kubernetes I have a Control plane node and a worker node(using v1.32.0) and it is in separate rocky linux VMs. everything is working fine .I installed argocd everything is working except the argocd-server it is always crashing in loops…
0
votes
0 answers

ArgoCD Helm boolean values

I have several ArgoCD applications deployed as third party helm charts, using custom values. These are specified either as vaulesObject or valueFiles in the application definition. As an example, I'll paste the relatively simple cert-manager…
0
votes
1 answer

Argo rollouts rollback is being reverted by argo cd auto sync policy

I'm using Argo Rollouts and ArgoCD. When I try to rollback a rollout in argo rollouts, it is immediately reverted by ArgoCD as I've enabled auto-sync. How should I tackle this problem? If there was a method by which ArgoCD would know it's a rollback…
0
votes
0 answers

RBAC in argocd based on k8s namespaces

Application RBAC¶ The RBAC syntax for Application objects has been changed from / to // to accommodate the need to restrict access based on the source namespace of the Application to be…
stonedvolk
  • 11
  • 1
0
votes
1 answer

cert-manager and cluster issuer - not registering subdomain

I have this issue with one particular domain. I have a setup in AWS where I deploy apps in EKS via helm-charts (ArgoCD) and if the helm chart has ingress defined ... it registers the domain in Route53 and maps it to that pod ... It works great for…
Mr.P
  • 1
  • 2
1
2