The file provided at step 5 of Lab: Argo Workflows - Installation, CLI Operations , in the CAPA training is missing the right namespace
namespace argo
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: cosmic-moo-
spec:
entrypoint: triple-moo
templates:
- name: triple-moo
...
Also the check tests for the argo-server Service to be of type NodePort despite it’s not required as the GUI works nevertheless.