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

Bootstrapping a project with a configuration similar to this one #9

Open
NesManrique opened this issue Jun 25, 2021 · 2 comments
Open

Comments

@NesManrique
Copy link

Hello,

I am creating a repo using a similar approach to this one but using helm instead of kustomize. I have a couple questions regarding the setup that I couldn't find explanations in the docs:

  1. When you guys bootstrap it in a cluster for the first time I'm guessing the steps are more or less:
  • Create the k8s cluster
  • Install argocd (manually or with a script)
  • Run kubectl apply -n my-argo-namespace -k argoproj-deployments/argoproj or e.g. kustomize build https://github.com/argoproj/argoproj-deployments/tree/master/argoproj/
  1. I was wondering why is kustomize the suggested tool to manage argo with argo. Do you have any specific pointers or recommendations if I were to do it with helm instead?
@joebowbeer
Copy link

Since helm installs CRDs before other resources, you could accomplish everything in one helm install, like this:

https://github.com/kurtburak/argocd

Self Managed ArgoCD - App of Everything

@NesManrique
Copy link
Author

Thank you very much for the inspirational example! Will try something similar

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

No branches or pull requests

2 participants