Apply to questions regarding thoughtbot's Swift JSON parser, Argo. For questions about the Kubernetes workflow tool, use argoproj.
Questions tagged [argo]
136 questions
2
votes
1 answer
How can I delete the Argo events launched in the Argo namespace?
I am trying to delete (and recreate) the Argo namespace, but it won't fully delete because I tried launching an eventsource and eventbus there. Now these will not delete.
I have tried to delete them via yaml and individually - no success yet.
The…

user3877654
- 1,045
- 1
- 16
- 40
1
vote
0 answers
how to solve error invalid spec: spec.arguments.parameters[0].name is required in argo workflow
I am working on argo workflow project
I am passing data from argo sensor to argo workflow from a post request
I two steps in my workflow which will be executed one after another
If a send a post request it triggers the workflow
Here is my code
…

etranz
- 891
- 2
- 10
- 29
1
vote
0 answers
Can I use labels while creating Generators in ArgoCD ApplicationSet's for targeting deploying Applications in specific clusters
Like the title said, I have a single Git repo with multiple folders (with K8s manifests) and I got 4 K8s clusters where manifests in a specific folder from Git repo needs to be deployed on a specific K8s cluster.
I figured a List generator can be…

devops_dummy
- 21
- 8
1
vote
0 answers
ArgoCD in EKS: Auth using an AWS account
I am new to Argo and AWS authorization stuff.
I have ArgoCD deployed in my EKS cluster. EKS has AWS OIDC identity provider associated with it. Here is ArgoCD helm chart that I'm using: argo-helm
I know that Argo supports OIDC authorization.
Here’s…

Jarkness Ferture
- 41
- 1
- 5
1
vote
0 answers
Extract two variables from multiple netcdf files to plot
I am using this example and trying to build on it.
library(argoFloats)
library(oce)
## 1. Get worldwide float-profile index, saving to ~/data/argo by default.
indexAll <- getIndex()
## 2. Narrow to a 30km-radius circle centred on Abaco Island, The…

L55
- 117
- 8
1
vote
0 answers
Argo Rollouts dashboard not opening and command throws error invalid apiVersion "client.authentication.k8s.io/v1alpha1"
I have installed helm using
helm repo add argo https://argoproj.github.io/argo-helm
helm install my-release argo/argo-rollouts --set dashboard.enabled=true
then to check we use :
kubectl port-forward service/argo-rollouts-dashboard 31000:3100
I try…

Ayush Arora
- 11
- 1
1
vote
0 answers
Event lost from argo event bus if sensor is unable to trigger a workflow due to some x.y.z reason
We are using NATS as our eventBus impl and noticed one issue where our msgs got missed from the eventbus with no error or alerts from ARGO :-
Let's say we are using a sqs trigger to trigger our workflows, the whole flow is below:-
1) a web app…

Kumar-Sandeep
- 202
- 1
- 4
- 14
1
vote
1 answer
How to pass artifacts of one WorkflowTemplate to another WorkflowTemplate from a workflow in argo
I have a workflow template which outputs an artifact, this artifact has to be passed to another workflow template as an input. how we can do that? I'm following the way below which is not working
Here is WorflowTemplate1.yaml
apiVersion:…

dubru
- 142
- 10
1
vote
0 answers
Integrating ARGO to Keycloak to enable SSO
I want to integrate ARGO with keycloak to enable SSO and we made necessary changes in quick-start-postgres.yaml.
Here is the yaml file we are using to start argo locally.…

Yashwanthkumar Ht
- 31
- 2
1
vote
0 answers
Cannot run ArgoCD Workflow with UI
I follow the official guide on how to install Argo Workflow. In the official guide, you can only run it locally.
I try to edit the install.yaml file and I add a LoadBalancer, but it won't run through it. Only runs by forwarding the port.
Any idea or…

Miloš Milutinov
- 375
- 1
- 3
- 16
1
vote
1 answer
Unable to add Additional kind clusters in Argo CD
I am having two kind clusters in my local machine . One is named as dev-cluster and another one as kind.The Argo CD is deployed and running on dev-cluster.When i try to Add the second cluster to Argo CD using argocd cluster add kind-kind --name…

Pratheesh
- 565
- 4
- 19
1
vote
0 answers
Argo workflow controller deployment failing
Argo workflows are stuck in pending state. As specified in another answer on workflows stuck in pending state, is due to error in workflow controller. Workflow controller is stuck in CrashLoopBackOff because of failure in liveness probe.
In logs…

Amritpal Nagra
- 650
- 2
- 6
- 14
1
vote
0 answers
Argo Workflow errors out with Exit Code 145
I am trying to run an Argo Workflow. But it gives me this error message:
Error (exit code 145)
My .Net Core 5.0 application is trying to receive a urlPath as parameter and then processes the text input within that file and return it. Below is my…

Manan Kapoor
- 327
- 1
- 2
- 11
1
vote
2 answers
Argo workflowtemplate timeout
Tried Argo Workflow template with both timeout and activeDeadlineSeconds and this template also has retryStrategy. In both case, timeout are applied for each run but I want entire template should timeout within mentioned time. How to achieve this?…

user18354658
- 65
- 1
- 5
1
vote
0 answers
How to manage and reference multiple artifact repositories in argo workflow
I have multiple artifact repositories and have them configured in the configMap, like:
apiVersion: v1
kind: ConfigMap
metadata:
name: artifact-repositories
data:
bucket1: |
s3:
endpoint: ...
bucket: bucket1
…

Rife
- 487
- 2
- 7
- 18