Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 600 Bytes

installation.md

File metadata and controls

22 lines (11 loc) · 600 Bytes

Installation

You can choose one of three common installations:

  • cluster install Execute workflows in any namespace?
  • namespace install Only execute workflows in the same namespace we install in (typically argo).
  • managed namespace install: Only execute workflows in a specific namespace (learn more).

Choose a manifests from the list.

E.g.

kubectl create ns argo
kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/stable/manifests/namespace-install.yaml