Debug Argo workflow
Debug a pod#
To get into the container. Create YAML with command tail /dev/null to keep it running.
Example of test pod in tests/test-devnull-pod.yml:
Then start the pod:
Connect with the Shell:
Debug an Argo workflow#
Pod can also be tested within an Argo workflow, see tests/test-devnull-argo.yml.