Replies: 1 comment 1 reply
-
So, the solution for me was setting the containerRuntimeExecutor to pns.
Reference: https://github.com/argoproj/argo-workflows/blob/master/docs/workflow-executors.md |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I currently face a problem, and I'm not sure if it is a bug or If I'm missing something. So, before opening an issue I ask you here.
Setup:
I'm using Terraform to deploy a managed Kubernetes Cluster to DigitalOcean. This may be relevant because the Bug was not reproducible in all my Clusters. After the Cluster is created, and I added the kubectl config I executed the following commands from the documentation:
The Terraform code
I'm aware of the security implications. The cluster is destroyed after max 2h.
Versions in use:
Argo
Kubectl
The Problem:
When trying the example workflow for steps or dag only the first step in the workflow is executed. The execution is successful without any errors in the logs.
Steps Workflow:
logs hello1 main
logs hello1 wait
Commands used to execute the Workflow:
I got the problem in multiple workflows. The workflow shown above and the example DAG workflow from the documentation.
My Question here is, did I do something wrong? I followed the documentation for the setup and this did work in a previous cluster. The Configuration of the Cluster did not change because I used the same terraform code. Any feedback is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions