From 12daed6035d85ca532dfbe543cb8fbc56ef819cc Mon Sep 17 00:00:00 2001 From: Korbinian Stoemmer <292906+k15r@users.noreply.github.com> Date: Wed, 5 Dec 2018 13:32:32 +0100 Subject: [PATCH] Fix port forwarding documentation for logging (#1926) --- docs/logging/docs/010-details-access-oklog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logging/docs/010-details-access-oklog.md b/docs/logging/docs/010-details-access-oklog.md index 4249f5f6f956..6c268f9cd548 100644 --- a/docs/logging/docs/010-details-access-oklog.md +++ b/docs/logging/docs/010-details-access-oklog.md @@ -8,7 +8,7 @@ To access the OK Log UI, follow these steps: 1. Run the following command to configure port forwarding: ``` -kubectl port-forward -n kyma-system svc/core-logging-oklog 7650:7650 +kubectl port-forward -n kyma-system svc/logging-oklog 7650:7650 ``` 2. Access the OK Log UI at `http://localhost:7650/ui`.