Welcome to the Linux Foundation Forum!

Errors with Lab

Lab 4.1-Installing Argo Workflows

Deploy Argo Workflows using the quickstart manifest:
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/latest/install.yaml

This link does not work. Please update the Lab to send the student to the documentation:
https://argo-workflows.readthedocs.io/en/latest/quick-start/

https://github.com/argoproj/argo-workflows/releases/tag/v3.5.8

kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.5.8/install.yaml

Answers

  • Lab. 4.2.
    kubectl apply -f dag-workflow.yaml
    error: from dag-diamond: cannot use generate name with apply

    Fix:
    kubectl create -f dag-workflow.yaml

  • Lab 4.3.
    kubectl -n argo-workflows apply -f workflow-ci.yaml
    The namespace created and used in the previous labs is argo not argo-workflows. Please make this consistent.

Categories

Upcoming Training