From 97c244b7a002727fb2253f82578176507914a9f0 Mon Sep 17 00:00:00 2001 From: Son Bui Date: Fri, 11 Aug 2023 01:27:23 +0800 Subject: [PATCH] fix: Doc: Argo Workflow apply command link 404 #2737 (#2739) Signed-off-by: Son Bui --- docs/tutorials/01-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/01-introduction.md b/docs/tutorials/01-introduction.md index c6d56b1606..0f549871dd 100644 --- a/docs/tutorials/01-introduction.md +++ b/docs/tutorials/01-introduction.md @@ -12,7 +12,7 @@ to any type of event-source. (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 visibility 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://github.com/argoproj/argo-workflows/releases/latest/download/install.yaml - Make sure to read the concepts behind [eventbus](https://argoproj.github.io/argo-events/concepts/eventbus/).