Apply to questions regarding thoughtbot's Swift JSON parser, Argo. For questions about the Kubernetes workflow tool, use argoproj.
Questions tagged [argo]
136 questions
1
vote
0 answers
How do i trigger Argo job using java clients
How do I trigger Argo's job using java clients?Tried below libraries but had no luck
compile 'io.unikzforce:argo-java-client:0.1__v2.3.0-rc2'
compile "io.argoproj.workflow:argo-client-java:v3.1.0"
compile…

Madan Raj
- 19
- 1
- 5
1
vote
1 answer
Argo workflow: schedule once at a specific time
I want to trigger an Argo workflow to start running at a specific time. I am currently using a workflowTemplate and the rest API to submit a workflow with this template. Is there a way to tell Argo to start the workflow at a specific time.
I am…

Chayan Ghosh
- 718
- 5
- 18
1
vote
1 answer
how to increment a counter in Argo workflow?
I have written a argo dag to trigger spark job in recursion until the condition satisfies. I have a counter parameter which needs to be incremented by 1 after every successful completion of spark job. But this isnt happening. Here is the snippet of…

Sujeeth Shetty
- 11
- 2
1
vote
1 answer
Argo workflow getting auto deleted after successful completion
My Argo setup is on GKE.
What I observed is after a successful completion of a workflow, it's getting auto deleted. However, if a workflow fails, the workflow and all the node pods remain in the cluster.
I could not find any documentations around…

Chayan Ghosh
- 718
- 5
- 18
1
vote
1 answer
Why argo doesn't finish, when the spark submit of an apache spark app on k8s ends?
I have an issue with Argo-Spark integration, the main issue is when the spark-submit application takes more processing time on k8s, so when Spark is already finished and de pod is completed, on the Argo side, the dag is still running when the spark…

javier_orta
- 457
- 4
- 15
1
vote
1 answer
Override Argo Workflows generateName from Sensor
I'm looking into customizing workflow names. I see that argo submit --generate-name can override the .metadata.generateName property, but does anyone know if this is possible with a Sensor that triggers a Workflow?
I'm using a GitHub event to…

wsams
- 2,499
- 7
- 40
- 51
1
vote
1 answer
Argo Events: Exposing Webhook Through a K8s Load Balancer on Azure Subnet
I'm trying to route POST requests through a K8s Load Balancer to a Webhook in Argo Events. I can't find any clear documentation on this. I'm able to get the Webhook created and I can successfully communicate with it when I port forward the…

arythmetics
- 11
- 2
1
vote
1 answer
Using the Argo Command line parser: Unknown option is not returned when option is behind a exsiting option
Using this very nice Commandline parser Argo (Header only C++ library) I've encountered a small issue.
See : https://github.com/phforest/Argo
Argo returns : 'Error: Unknown option' when a option in not found, but not when the argument is behind a…

Philippe Forest
- 48
- 4
1
vote
0 answers
error: no such module 'Runes' in iOS
I am actually using runes in ios hybrid project with both objective c and swift code. i have added runes as dependency using github submodule and linked binaries. Now app is throwing below…

Rajeev
- 4,762
- 8
- 41
- 63
0
votes
0 answers
ArgoCD Callback To CircleCI Pipeline
What I want is to have ArgoCD approve a job that is in the approval step in CircleCI when a deployment was successful.
However, this has been a multi week journey with no results. I first looked at…

wesleywh
- 1,053
- 1
- 13
- 30
0
votes
0 answers
failed to build: failed to fetch builder image in argo using paketo
I am trying to build image using argo and paketo but I am getting this error
ERROR: failed to build: failed to fetch builder image 'index.docker.io/paketobuildpacks/builder:base': Cannot connect to the Docker
daemon at unix:///var/run/docker.sock.…

etranz
- 891
- 2
- 10
- 29
0
votes
0 answers
Argo request limit not reflecting on argo UI
I am trying to reduce the cpu that my pod runs on by half but it does not reflect on the UI. The default is 1 cpu but I want to reduce it to 0.5 but it shows 1.
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName:…

etranz
- 891
- 2
- 10
- 29
0
votes
0 answers
How to build a nodejs application into image in argo using paketo?
I am trying to build a nodejs application into an image in awith paketo
but I am getting this error
Error (exit code 64): failed to find name in PATH: exec: "sh": executable file not found in $PATH
Here is my code
apiVersion:…

etranz
- 891
- 2
- 10
- 29
0
votes
0 answers
Curl does not send a post request in argo workflow
I am trying to send a post request using curl in argo workflow.
After I run the application. It shows success but the curl does not send a post request.
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: webhook-
spec:
…

etranz
- 891
- 2
- 10
- 29
0
votes
0 answers
How can I provide multiple destination (clusters) when using Git Generator (in an ArgoCD applicationset)?
I am leveraging Git Directory Generator and want to see if there is a way to provide multiple destinations (Multiple K8s clusters)
In the list generator, I can provide elements with cluster, url & path. How can I provide the same when using Git…

devops_dummy
- 21
- 8