copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Argo (events) Trigger an existing . . . - Stack Overflow I'm trying to trigger a pre existing ClusterWorkflowTemplate from a post request in argo argo-events I've been following the example here, but i don't want to define the workflow in the sensor- I
Getting a value from a ConfigMap in my Argo Workflow Run argo submit with your new workflow file That's it :) I made the smallest template I can that should produce the exact same result If you run Argo locally like I do, maybe give it a try: apiVersion: argoproj io v1alpha1 kind: Workflow metadata: generateName: test- spec: entrypoint: main arguments: parameters: - name: cluster value: "stg
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
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
Triggering steps in argo workflow using argo events You can break down you steps into different argo workflows Then leverage argo events to tie up those workflows together For eg: There are quite few ways to configure your event source with argo events You can configure gcp pubsub or kafka topic as your event source for each workflow
How to uninstall ArgoCD from Kubernetes cluster? In my case, I wanted to delete argo support for one specific project, but not just remove argo completely Argo manages what is called rollouts You can use the following to see the list of rollouts and then delete them to get rid of one specific set of pods $ kubectl --context some-ctxt --namespace some-ns get rollouts NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE some-nm 6 338d As you can
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
kubernetes - Access ArgoCD server - Stack Overflow check your svc on argocd kubectl get svc -n argocd If the type is NodePort then that is fine, if not then here is the conversion method: kubectl patch svc argocd-server -n argocd -p '{"spec": {"type": "NodePort"}}' And then to access the ArgoCD server to browser, put the IP address of the VM plus the port that NodePort will provide as in the picture Once run, your ArgoCD cluster will be
Application not showing in ArgoCD when applying yaml The application is created in the web ui and it seems to synchronise and see the repo with the yaml templates of prometheus and argo but it doesn't actually create the prometheus application in ArgoCD