Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Improve quickstart flow and installation docs. Fixes #9398 #9421

Merged
merged 7 commits into from
Aug 26, 2022

Conversation

tico24
Copy link
Member

@tico24 tico24 commented Aug 24, 2022

Signed-off-by: Tim Collins [email protected]

Fixes #9398

docs/installation.md Show resolved Hide resolved
docs/quick-start.md Outdated Show resolved Hide resolved
docs/quick-start.md Show resolved Hide resolved
Signed-off-by: Tim Collins <[email protected]>
@tico24 tico24 marked this pull request as ready for review August 26, 2022 07:23
kubectl -n argo port-forward deployment/argo-server 2746:2746
```

* Navigate your browser to <https://localhost:2746>.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove <> so readers can just click the link?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks the CI. (This url was also written like this previously)

Copy link
Member Author

@tico24 tico24 Aug 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@terrytangyuan terrytangyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! This looks much better.

Open a port-forward so you can access the UI:

```bash
kubectl -n argo port-forward deployment/argo-server 2746:2746
```

This will serve the UI on <https://localhost: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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above.

@terrytangyuan terrytangyuan merged commit e90d937 into argoproj:master Aug 26, 2022
juchaosong pushed a commit to juchaosong/argo-workflows that referenced this pull request Nov 3, 2022
 (argoproj#9421)

* docs: Improve quickstart flow and installation docs. Fixes argoproj#9398

Signed-off-by: Tim Collins <[email protected]>

* docs: Improve quickstart flow and installation docs. Fixes argoproj#9398

Signed-off-by: Tim Collins <[email protected]>

* docs: Link user to configuration options

Signed-off-by: Tim Collins <[email protected]>

* docs: Clarify headings

Signed-off-by: Tim Collins <[email protected]>

* docs: Address feedback

Signed-off-by: Tim Collins <[email protected]>

* docs: Improve argo-serve patch explanation

Signed-off-by: Tim Collins <[email protected]>

Signed-off-by: Tim Collins <[email protected]>
Signed-off-by: juchao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Diminish the use of quickstart manifests to improve first-time user experience
3 participants