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

[CLOUD] Identify method to streamline ArgoCD installation on an existing Kubernetes cluster #64

Open
LucaLanziani opened this issue Feb 21, 2023 · 0 comments
Assignees

Comments

@LucaLanziani
Copy link
Member

LucaLanziani commented Feb 21, 2023

Issue Type

Enhancement

Description

The Context:
At the current state, it is not easy at all to deploy this project on a remote cluster. We claim it is as easy as deploying Argo and applying our manifest but in fact, there are a series of challenges to overcome while doing that in order to achieve a perfectly working cluster, as we intended:

  • ArgoCD is required to be deployed on the argocd namespace, otherwise, our apps will fail to be deployed, as our manifests seem to have this value hardcoded
  • ArgoCD requires a special configuration to ensure our app-of-apps is deployed correctly, in the right order. Without this configuration, all our add-ons would not respect the order as well miss some configurations being made down the road.

Desired Outcome

Makefile target that installs ArgoCD to the Kubernetes cluster pointed by the current context.

Detailed steps

N/A

Screenshots

N/A

Logs

No response

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