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

[FEATURE] Add an example of control plane of control plane pattern. #44

Open
nabuskey opened this issue Aug 25, 2022 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@nabuskey
Copy link
Contributor

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

  1. Use ArgoCD annotation based tracking to avoid unwanted pruning.
  2. Use Crossplane + packages (possibly custom) to provision EKS with popular addons installed.
@nabuskey nabuskey self-assigned this Aug 25, 2022
@nabuskey nabuskey added the enhancement New feature or request label Aug 25, 2022
@csantanapr
Copy link
Member

@nabuskey

Use ArgoCD annotation based tracking to avoid unwanted pruning

Can you expand with an example on what "unwanted pruning" your referring?

@nabuskey
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants