From 559b9f2c45f1ef69084f543a681fadd2e7a5e831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 26 Jan 2024 14:49:03 +0100 Subject: [PATCH] Fix broken link --- deployment/src/kubernetes/DigitalOcean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/src/kubernetes/DigitalOcean.md b/deployment/src/kubernetes/DigitalOcean.md index 38b0ada02..fc84c526e 100644 --- a/deployment/src/kubernetes/DigitalOcean.md +++ b/deployment/src/kubernetes/DigitalOcean.md @@ -84,7 +84,7 @@ $ kubectl -n kubernetes-dashboard port-forward $POD_NAME 8443:8443 ### Log-In to Kubernetes Dashboard -Access the URL in your local web browser at , and log in using your Kubernetes cluster credentials – downloaded config file. You may encounter a certificate warning, so make sure to override it. +Access the URL in your local web browser at `https://127.0.0.1:8443/`, and log in using your Kubernetes cluster credentials – downloaded config file. You may encounter a certificate warning, so make sure to override it. ## DNS Configuration