From e5aa330ebb7900106dd67994dff5fdfbef87467d Mon Sep 17 00:00:00 2001 From: Yuval Levy Date: Mon, 12 Jul 2021 17:17:58 +0300 Subject: [PATCH] Update README.md Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e4636..8d90bfa 100644 --- a/README.md +++ b/README.md @@ -516,7 +516,7 @@ Method 1: using port-forward ``` Note: the default port is 8443. ![Alt text](./images/web_console_5.png?raw=true) -2. Run the command below to set port-forward, replace the with the name of your Redis Enterprise Cluster, use the port of the service for the service port and the port you want to use on the local machine as the local port: +2. Run the kubectl port-forward service to set port-forward. Replace the with the name of your Redis Enterprise Cluster, replace with the port of the service, and replace with the port you want to use on the local machine. ```bash kubectl port-forward service/-ui : ```