kuberise / kuberise.io

Apache License 2.0
14 stars 15 forks source link

ArgoCD Sync Issues #52

Open mojtabaimani opened 3 months ago

mojtabaimani commented 3 months ago

Title: Fix ArgoCD Sync Issues with MutatingWebhookConfiguration and ValidatingWebhookConfiguration in EKS

Description:

We are experiencing significant sync issues with ArgoCD in our EKS environment due to the presence of MutatingWebhookConfiguration and ValidatingWebhookConfiguration resources. These issues cause several tools to become out of sync, affecting the stability and reliability of our deployments.

Environment:

Steps to Reproduce:

  1. Deploy resources including MutatingWebhookConfiguration and ValidatingWebhookConfiguration using ArgoCD in an EKS cluster.
  2. Observe the synchronization status in ArgoCD.
  3. Notice that several tools become out of sync.

Expected Behavior: ArgoCD should be able to manage MutatingWebhookConfiguration and ValidatingWebhookConfiguration resources without causing sync issues for other tools.

Actual Behavior: The presence of MutatingWebhookConfiguration and ValidatingWebhookConfiguration resources results in several tools becoming out of sync in ArgoCD.

Possible Solution: We need to investigate and implement a solution that ensures ArgoCD can handle these webhook configurations correctly. Potential approaches might include: