- Simplified the Getting Started steps and seperated out Prereqs - Moved Argo UI instructions to its own README and linked to it in the developer's guide Change-Id: Iec3cfbb6a00d7886f5b4e66f8aa8923d15226ae6
10 lines
394 B
Markdown
10 lines
394 B
Markdown
# Argo UI Plugin
|
|
|
|
## Getting Started
|
|
|
|
1. Install [Argo CLI](https://github.com/argoproj/argo/blob/master/docs/getting-started.md)
|
|
2. Install [Argo UI](https://github.com/argoproj/argo/blob/master/README.md) onto your Kubernetes Cluster
|
|
3. Install the Argo UI Plugin using `make install-plugins`
|
|
|
|
The next time you run Airship UI the Argo UI will be available at http://127.0.0.1:7777/#/argo-ui
|