You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
ArgoCD + deploy clusters with Crossplane is a popular choice of deployment model. We should make an example of it with EKS addons and other needed things.
Describe the solution you'd like
Use ArgoCD annotation based tracking to avoid unwanted pruning.
Use Crossplane + packages (possibly custom) to provision EKS with popular addons installed.
The text was updated successfully, but these errors were encountered:
See: crossplane/crossplane#2121
Pretty much comes down to the relationship between ArgoCD's pruning mechanism and XR claims where Argo was not aware of claims "owning" XRs. The end result is that claim is created but XRs is deleted when pruning is enabled.
Is your feature request related to a problem? Please describe
ArgoCD + deploy clusters with Crossplane is a popular choice of deployment model. We should make an example of it with EKS addons and other needed things.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: