Deploy Argo
Deploy Argo
Argo run in its own namespace and deploys as a CustomResourceDefinition.
Deploy the Controller and UI.
kubectl create ns argo
kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/v2.2.1/manifests/install.yaml
To use advanced features of Argo for this demo, create a RoleBinding to grant admin privileges to the ‘default’ service account.
This is for demo purposes only. In any other environment, you should use Workflow RBAC to set appropriate permissions.
kubectl create rolebinding default-admin --clusterrole=admin --serviceaccount=default:default