Find out the current version from Argo Release Page.
define the version with
ARGO_WORKFLOWS_VERSION="v3.5.8"
Install Argo Workflow as
kubectl apply -n argo -f "https://github.com/argoproj/argo-workflows/releases/download/${ARGO_WORKFLOWS_VERSION}/quick-start-minimal.yaml"
Install using official installation instructions.
kubectl -n argo port-forward service/argo-server --address 0.0.0.0 2746:2746
Now browse to your host on port 2746 e.g. https://localhost:2746
Change localhost
to hostname
or ipaddress
based on where your kubectl client is running from. Ensure you are using https
and not http
to access the UI.