Skip to content

Commit

Permalink
Update quick_start.md (#2072)
Browse files Browse the repository at this point in the history
master link not work, i change it to stable
Signed-off-by: Derek Wang <whynowy@gmail.com>
  • Loading branch information
Amirioelmos authored and whynowy committed Sep 10, 2022
1 parent 5f14023 commit f10eeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Argo Workflow controller will need to be configured to listen for Workflow o
(See [this](https://github.com/argoproj/argo-workflows/blob/master/docs/managed-namespace.md) link.)
The Workflow Controller will need to be installed either in a cluster-scope configuration (i.e. no "--namespaced" argument) so that it has visiblity to all namespaces, or with "--managed-namespace" set to define "argo-events" as a namespace it has visibility to. To deploy Argo Workflows with a cluster-scope configuration you can use this installation yaml file:

kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/install.yaml
kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo-workflows/stable/manifests/install.yaml

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

Expand Down

0 comments on commit f10eeb9

Please sign in to comment.