argoproj Questions

4

I need to list all applications based on some label filters. https://argocd_domain/api/v1/applications in order to list all apps from argoCD API, I want to put all possible filters.
Afc asked 24/8, 2020 at 9:50

2

Solved

I installed the default helm chart of Argo Workflow with only configuring init.serviceAccount as argo-sa, which I have created. (ServiceAccount with enough authorization) However, running every Wor...
Hinge asked 20/11, 2020 at 5:51

4

Is it possible to use Helm to deploy Argo workflows? I get an error like below when I do a helm install Error: UPGRADE FAILED: parse error at (workflows/templates/my_dag.yaml:47): function "w...
Newsmonger asked 12/11, 2020 at 10:37

1

Based on the instructions in the Argo docs here: https://argoproj.github.io/argo/ide-setup/, I know that you can easily add it to intellij validation settings but there is no help on how to add the...
Odo asked 29/8, 2020 at 19:4

2

I want to run one argo workflow in which a value is surrounded with double braces. Argo tries to resolve it but I don't want argo to resolve it. Following is a fraction of katib studyjob workflow ...
Phenformin asked 28/5, 2019 at 11:46

3

I am trying to setup a AWS ALB Ingress on EKS. But the Argo UI is not working. But the port forwarding is working fine. apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: alb.ing...

3

As per the Argo DAG template documentation. tasks.<TASKNAME>.outputs.parameters: When the previous task uses 'withItems' or 'withParams', this contains a JSON array of the output parameter m...
Clad asked 25/8, 2020 at 15:7

1

I am new at kubernetes so apologies in advance for any silly questions and mistakes. I am trying to setup external access through ingress for ArgoCD. My setup is an aws eks cluster. I have setup al...

2

I've set up a Continuous Delivery pipeline with Flux v2 (since Flux v1 is deprecated), and it's working fine. On the other side, I saw that Argo and Flux started a merge by the end of 2019 (please ...

1

There are build environment variables (https://argoproj.github.io/argo-cd/user-guide/build-environment/) so can inject something like $ARGOCD_APP_NAME on the application/helm yaml file and it resol...
Langford asked 15/4, 2021 at 13:0

2

Solved

I have a WorkflowTemplate "nyc-test-template" which I trigger via Argo Events and PubSub. So, if I publish a message {} into the PubSub topic "argo-events-nyc" the template spec...
Serpentine asked 29/3, 2021 at 15:32

5

I'm trying to replace my legacy job scheduler with Kubernetes job and wondering how to write sequential jobs as a Kubernetes job. First, I wrote the following script to execute job1 and job2 in th...
Ungley asked 21/11, 2016 at 5:49

2

Solved

I follow the Argo Workflow's Getting Started documentation. Everything goes smooth until I run the first sample workflow as described in 4. Run Sample Workflows. The workflow just gets stuck in the...
Vaduz asked 14/5, 2020 at 13:48

1

Solved

Summary: We have a golang application that submits Argo workflows to a kubernetes cluster upon requests. I'd like to pass a yaml file to one of the steps and I'm wondering what are the options for ...
Toga asked 19/3, 2020 at 12:3

2

Solved

I am exploring Argo to orchestrate processing big data. I wish to kick off a workflow via REST call that divides a large data set among a number of machines with desired resources for processing. F...
Addictive asked 27/2, 2019 at 18:46

1

I'm attempting to use Argo to loop through an array of JSON objects however the workflow is returning: failed to resolve {{item}} The workflow configuration is as follows: - name: output-parameter...
Pendulous asked 5/6, 2019 at 9:58

1

We have a lot of the long running, memory/cpu intensive jobs in k8s which are run with celery on kubernetes on google cloud platform. However we have big problems with scaling/retrying/monitoring/a...
Greyhound asked 15/7, 2019 at 9:54

1

I'm trying out Argo workflow and would like to understand how to freeze a step. Let's say that I have 3 step workflow and a workflow failed at step 2. So I'd like to resubmit the workflow from step...
Stipitate asked 2/7, 2019 at 2:25

1

Solved

Using KOPS tool, I deployed a cluster with: 1 Master 2 slaves 1 Load Balancer Now, I am trying to deploy an Argo Workflow, but I don't know the process. Will it install on Node or Master of the k...
Solidstate asked 16/5, 2018 at 17:51
1

© 2022 - 2024 — McMap. All rights reserved.