From eadadba69c74eb990599fdb07347641c4f7c443d Mon Sep 17 00:00:00 2001 From: Mahmoud Abduljawad Date: Thu, 23 Mar 2023 23:52:31 +0400 Subject: [PATCH] docs: Update quick-start.md (#10720) Signed-off-by: Mahmoud Abduljawad --- docs/quick-start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/quick-start.md b/docs/quick-start.md index 7f7b6af1fff1..95d7fd9a8e8f 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -52,6 +52,8 @@ kubectl -n argo port-forward deployment/argo-server 2746:2746 This will serve the UI on . Due to the self-signed certificate, you will receive a TLS error which you will need to manually approve. +> Pay close attention to the URI. It uses `https` and not `http`. Navigating to `http://localhost:2746` result in server-side error that breaks the port-forwarding. + ## Install the Argo Workflows CLI Next, Download the latest Argo CLI from the same [releases page](https://github.com/argoproj/argo-workflows/releases/latest).