|
- How to trigger argo workflow from an API request?
Use Argo Events Argo Events is a separate but closely-related project It can accept a variety of inputs (webhooks, pub sub messages, etc) and then trigger a Workflow Argo Events could make sense if, for example, you want an external record of all the workflows submitted Pub sub would give you that record Use the Kubernetes API or CLI
- Argo workflow stuck in pending due to liveness probe fail?
My argo workflow ends up getting stuck in the pending state I say this because I check my orderer and peer logs but I see no movement in their logs I referenced Argo sample workflows stuck in the pending state and I start with getting the argo logs:
- image pull backoff for argo image in pod init - Stack Overflow
I have an issue when running argo workflows at some scale Some pods go into a pod initializing state indefinitely and when i look at the events its because the argo-exec image cannot be fetched du
- What is the default password of argocd? - Stack Overflow
user: admin To get the password, type the command below: kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{ data password}" | base64 -d
- Getting a value from a ConfigMap in my Argo Workflow
If I use item data bucket_url or item data['bucket_url'], it doesn't work and I get errors from Argo I tried to manipulate the output using sprig but I wasn't able to find a solution Basically I'm trying to fetch bucket_url to use in another template within this workflow Reproduce the issue yourself Run your Argo server Create a Workflow
- ArgoCD - what need be done after build a new image
Argo can't do this And I think annotating applications for this is seriously stupid (why? I just wanna updated to the latest tag!) So the working way is to periodically get the Application kind in the argocd namesapce, get the repo and then check for updates If there is an update, then roll out restart the deployment!
- 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
- Unable to add repository to ArgoCD - Stack Overflow
We're currently trying to provision a High-Availability ArgoCD instance onto our Kubernetes cluster using the argocd helm chart (7 2 0) to provision our applications Our infrastructure is on AWS a
|
|
|