Apply to questions regarding thoughtbot's Swift JSON parser, Argo. For questions about the Kubernetes workflow tool, use argoproj.
Questions tagged [argo]
136 questions
0
votes
1 answer
How to sync Argo workflow-templates b/w a git-repo and Argo instance?
I have a git repository(hosted on Github) where I create my workflow-template YAMLs, and upload them to Argo via UI or REST-api. Now whenever I update any workflow-template, I have to manually update it in 2 places, the git-repo and Argo. There is a…

Aman Tandon
- 1
- 1
0
votes
1 answer
How to run an existing Argo Workflow after completion of another Argo workflow?
So I have a Argo workflow_B that needs to run after completion of Argo workflow_A which is used by another team. Both workflows already exist I just want to chain them together.
How can I achieve that?
Is it possible to do such thing using…

Mehdi Asgharzadeh
- 21
- 3
0
votes
2 answers
Could open-telemetry collector be used without instrumentation?
We are building application with argo workflows. We are wondering if we could just set up opentelemetry collector inside of our kubernetes cluster, and start using it as stdout exporter into elastic stack. Couldn't find information if OTEL can…
0
votes
0 answers
send webhook to ArgoWorkflow without exposing webhook
I am pretty confused while asking this question.
I have a kubernetes cluster residing on-perm. and most of the services are on github( connected to dockerhub). Now I am trying to implement gitops using Argo.
I want to receive github webhook events…

Adam abdul shakoor
- 324
- 1
- 13
0
votes
1 answer
Argo Workflow metrics
I am trying to understand the metrics emited by argo workflow but their explination isn't helping enough:
For example
argo_workflows_pods_count
It is possible for a workflow to start, but no pods be running (e.g.
cluster is too busy to run them).…

Razvan Tudorica
- 475
- 5
- 13
0
votes
1 answer
Argo - submit workflow from python with input parameter file
I basically want to run this command: argo submit -n argo workflows/workflow.yaml -f params.json through the official python SDK.
This example covers how to submit a workflow manifest, but I don't know where to add the input parameter file.
import…

user10283726
- 61
- 4
0
votes
2 answers
Argo Kubernetes has Pods?
I have a very basic question about Argo. Apologies if this is triggering.
From my understanding, Argo is an extension to the Kubernetes API via being a "Resource" i.e it is invoked by "kubectl argo xyz" i.e endpoint is argo. instead of the endpoint…

Shivam Anand
- 33
- 4
0
votes
2 answers
Argo delete pods in Crash loopback off
I have local argo set up where i started argo server and controller and it went into crash loopback state.
Following is state of pods:
[spark_argo_test]$ kubectl -n argo-events get pods
NAME …

Scientist
- 1,458
- 2
- 15
- 31
0
votes
0 answers
Configuring Argo output artifacts defined in a WorkflowTeamplate from Workflow
With the following WorkflowTemplate with an output artifact defined with the name messagejson. I am trying to configure it to use S3 in a Workflow:
apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: file-output
spec:
…

qmo
- 3,128
- 3
- 17
- 23
0
votes
0 answers
argo workflow submit error - duplicated node name
I am trying to use argo events + argo workflow . However I am constantly getting this duplicated nodename for ideally not sure why is it saying so . I have a sensor which reacts to events and it has a dag workflow.
apiVersion:…

Joy
- 6,438
- 8
- 44
- 75
0
votes
1 answer
Argo Workflow + Spark Operator Or Spark with Knative leads to Server less Deployment
Can anyone illustrate the difference between deploying the Spark Operator with Argoflow & Apache Spark with Knative. Which route will help to achieve a pure serverless application stack over Kubernretes.

Aman Raparia
- 494
- 1
- 5
- 13
0
votes
0 answers
Jenkins steps to update helm files
I want to edit the Helm deployment file in a step of a jenkins pipeline by using Sed.
stage('Updating Kubernetes deployment file'){
steps {
sh "cat deployment.yml"
sh "sed -i 's/${APP_NAME}.*/${APP_NAME}:${IMAGE_TAG}/g'…
0
votes
0 answers
LDAP authentication argocd
I configured LDAP authentication to argoCD. But all users in RBAC have read access by default. I assigned admin access to particular group. But not able to assign individual roles to particular users in LDAP. Please suggest

Divya
- 199
- 1
- 1
- 5
0
votes
2 answers
Helm + ytt + argo
I am a begginer developer. Please help to find my mistake
I have a helm chart with ytt .yml files. I going to deploy the chart in argo. There are many links for helm+argo/kubernetes, but poor with helm+ytt+argo/kubernetes.
My ytt files are in the…
0
votes
0 answers
How to run custom docker image from k3s(ARGO)
I have ARGO in k3s and I want to start custom docker image from it.
I have uploaded image to k3s but when I am trying to run it I am getting
k3s-master k3s[1102]: E0330 17:49:39.188518 1102 pod_workers.go:190] "Error syncing pod, skipping"…

xerkz
- 11
- 2