Argo 101
Following are the most common operations to work with argo
The easiest way to start is going to following url:
http://localhost:LOCAL_PORT/workflows/fabric
After creating a tunnel like described here Kubernetes contexts 101 | Port forwarding
This will open the workflows page and use the fabric
namespace, if not, needs to be clicked on the workflow icon and write the fabric
namespace:
There you will see a list of tasks have been run, all the tasks launched by minion dispatcher project will start with mrun-
If you click on a task you can see more details, it will show a graph of all the operations made, in the case of fabric minion tasks there is only a single task
If you click on the circle will provide more details
You can click on LOGS
button to get access to all the logs from the container, if the container still running this area will update
You can click on CONTAINERS
tab to get some information about the params being used, this is helpful to debug the params being sent to minion dispatcher
Sometimes is useful to have access to the argo specification, this is accessed through the first icon below WORKFLOW DETAILS
text
Note that this spec is not really the input spec, but contain most of the params