Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Dec 4, 2024
1 parent e0a6a6e commit 37d71b1
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The workflow engine can be deployed using Helm:
helm install workflows-cluster charts/workflows-cluster
```

This will install a virtual cluster together with Argo CD, which then installs all other services
This will install a virtual cluster together with [Argo CD](argo-cd.workflows.diamond.ac.uk), which then installs all other services
inside the vcluster including the workflow engine itself.

To connect to the virtual cluster and run a command inside the vcluster, use
Expand Down Expand Up @@ -46,17 +46,7 @@ mkdocs serve

## Accessing the Argo CD dashboard

To access the Argo CD dashboard, we need to use port-forwarding to connect to the argocd-server inside the vcluster

```sh
kubectl -n workflows port-forward svc/argocd-server-x-argocd-x-workflows-cluster 8080:80 &
```

and then open the dashboard on [localhost:8080](localhost:8080). To obtain the admin password, you can use

```sh
vcluster connect workflows-cluster -- argocd admin initial-password -n argocd
```
The Argo CD dashboard is available at [https://argo-cd.workflows.diamond.ac.uk](https://argo-cd.workflows.diamond.ac.uk).

## Frontend

Expand Down

0 comments on commit 37d71b1

Please sign in to comment.