From ee09827d5db612f323ba0b5a5da613a072e19e4d Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sat, 29 Jul 2023 20:13:44 +0200 Subject: [PATCH] doc: update ArgoCD README sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add instructions on how to access ArgoCD dashboard via `argocdm admin dashboard` - Mention possible requirement to switch namespace to `argocd` 🤖 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f681435..567d715 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ make sure kubectl is configure to reach the destination cluster, then: ## Notes +### ArgoCD + +As the ArgoCD server is not deployed, the dashboard can only be accessed via +`argocdm admin dashboard` + +(It may be required switch the namespace to `argocd` beforehand) + ### Linode PROXY protocol needs to be enabled for ingress-nginx to see the clients IP in ingress log.