Skip to content
#

argocd

Here are 72 public repositories matching this topic...

jonaslar
jonaslar commented Oct 13, 2020

Hi,

We have installed ArgoCD on OpenShift using the argocd operator and are shipping the logs from the ArgoCD-components to a external log management system, and would like the logs to be structured in json format.

I found that ArgoCD 1.6+ added the option --logformat, and I have indeed tested it successfully by setting the option manually in the Deployment spec for argocd-server:

 na
niiku
niiku commented Jul 28, 2020

The GitOps CLI should be released as a self contained binary so it could be used without Docker or Python installed locally.

It would be the best if it would be included in the release step.

To create a binary for a Python application I tested PyInstaller which worked great so far:

pip3 install pyinstaller
# Move to the gitopscli repository
pyinstaller gitopscli/__main__.py -n gito
mjpitz
mjpitz commented Oct 9, 2020

Requires completion of depscloud/depscloud#108

Once the indexer has support for the pushgateway, we should make it easy for folks to deploy one with the depscloud chart. By default, it shouldn't be enabled (similar to the mysql and postgres integration). In addition to that, the indexer chart needs to be updated to know the location of the pushgateway.

Information o

Improve this page

Add a description, image, and links to the argocd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the argocd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.