105 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
91
views
why Argoworkflows multi-app-docker-build image with kaniko fails [closed]
new to argworkflows ** I am trying to create a workflow that takes the name of the application that we are going to build the docker image for and push it to an ECR .**
this is my workflow.yaml:
...
0
votes
1
answer
269
views
How to share file between different step of argo workflow
I am a newbie to argo wrokflow, I have a dockerfile create a file in one of the step of argo workflow:
step1:
RUN touch docker.file
after build the docker file in step1, is it possible to access ...
2
votes
0
answers
261
views
How to hide secret values in Inputs and Outputs parameters shown on UI in Argo Workflows?
My requirements is that I am taking some secrets as inputs from user, that can be access-token or api-key for an example. Now as soon as we take an input and pass it in next step as input, it will be ...
0
votes
1
answer
92
views
crossplane's xrd is stuck on outofsync on argoCD
Any idea why my Composite Resource Definition (XRD) is stuck on OutOfSync in ArgoCD (the XObjectStorage)? It's on Status type synced, and everything seems to be working...
Do Crossplane needs any ...
0
votes
0
answers
26
views
Argo triggers another flow, and fails to return
I have an Argo flow, which, on one step, triggers another flow. The template is like that:
- name: child-trigger
inputs:
parameters:
- name: file-path
- name: wf-...
0
votes
0
answers
111
views
Argo Workflows authentication with dex static password faling due permissions error:
im trying to add authentication to argo workflows using dex server and static password. im working on an on prem environment with rke2 cluster. i have install the dex and workflows using helm charts. ...
0
votes
0
answers
73
views
Argo Rollout notification with some delay
I wish to send Argo Rollouts on-rollout-completed notification with scaleDownDelaySeconds (Argo Rollout parameter) delay.
Looks like I need to use when: condition and I see an example from Argo CD ...
0
votes
0
answers
77
views
Preventing Full Sync of All Services in ArgoCD App of Apps
I have an ArgoCD App of Apps setup that manages multiple microservices (about 10 services in total). Each service is defined as an ArgoCD Application, and their configuration is managed via Helm.
The ...
0
votes
1
answer
695
views
Argo-workflows install and run in specific namespace
I am trying to solve a scenario where argo-cd is installed cluster-wide, and we have to install the argo-workflows application within a separate namespace.
Let's say team-1 has a namespace team-one, ...
1
vote
1
answer
635
views
Unable to connect SSH repository: existing repository spec is different; use upsert flag to force update; difference in keys
We are trying to connect argocd with SSH RSA 256 key, but getting below error
Unable to connect SSH repository: existing repository spec is different; use upsert flag to force update; difference in ...
0
votes
1
answer
94
views
KerberosAuthException in Argo for using PySpark
I tried to search a lot in the web and debug this issue, unfortunately in vain.
I have created a simple pyspark application (dockerized) which I am trying to run in Argo workflows. While the pyspark ...
2
votes
1
answer
2k
views
Argocd Image updater not updating my deployment
I am using argocd image updater in my AKS. I gave below tags in my application file
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: develop-argo
namespace: argocd
finalizers:
...
0
votes
1
answer
457
views
CronWorkflow in Argo
I am trying to create a simple CronWorkflow as mentioned in the examples of Argo. However I am landing with this error when trying to submit it via the web UI.
Error: Bad Request: spec.entrypoint is ...
0
votes
0
answers
770
views
Argo workflow SSO RBAC without group scope
I want to use SSO RBAC feature in argo-workflow server where access can be granted on role basis (dev, admin, readonly).
I am referring to link https://github.com/argoproj/argo-workflows/blob/main/...
0
votes
1
answer
146
views
Argo workflow retry a workflow using rest service
I am trying to rerun an Argo Workflow through REST endpoint call. However it says it is Not implemented. Does anyone know how to get around this? And when would this be implemented? As per apidocs.
...