Skip to content

Commit

Permalink
Update quick_start.md (#2965)
Browse files Browse the repository at this point in the history
  • Loading branch information
scubbo committed Jan 9, 2024
1 parent f3957a4 commit 69c50bb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ The Argo Workflow controller will need to be configured to listen for Workflow o
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v<<ARGO_WORKFLOWS_VERSION>>/install.yaml

1. Make sure to have the eventbus pods running in the namespace. Run following command to create the eventbus.
1. Install Argo Events

kubectl create namespace argo-events
kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-events/stable/manifests/install.yaml
# Install with a validating admission controller
kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-events/stable/manifests/install-validating-webhook.yaml


1. Make sure to have the eventbus pods running in the namespace. Run following command to create the eventbus.

kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/stable/examples/eventbus/native.yaml

1. Setup event-source for webhook as follows.
Expand Down

0 comments on commit 69c50bb

Please sign in to comment.