From 37d71b1277520132828f87266f2cd6b8880d1af5 Mon Sep 17 00:00:00 2001 From: "Benedikt J. Daurer" Date: Wed, 4 Dec 2024 10:26:36 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 92d65531..54fff3be 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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