Skip to content

Commit

Permalink
docs: Update quick-start.md (#10720)
Browse files Browse the repository at this point in the history
Signed-off-by: Mahmoud Abduljawad <[email protected]>
  • Loading branch information
mahmoudajawad authored Mar 23, 2023
1 parent be5b157 commit 0b8724b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ kubectl -n argo port-forward deployment/argo-server 2746:2746

This will serve the UI on <https://localhost:2746>. 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).
Expand Down

0 comments on commit 0b8724b

Please sign in to comment.