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
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
The text was updated successfully, but these errors were encountered:
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
namespace, otherwise, our apps will fail to be deployed, as our manifests seem to have this value hardcodedapp-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
Screenshots
Logs
No response
The text was updated successfully, but these errors were encountered: