Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kaitlyn Michael <[email protected]>
  • Loading branch information
yuvallevy2 and kaitlynmichael authored Jul 12, 2021
1 parent 3aa4dd3 commit e5aa330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cluster name> 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 <cluster name> with the name of your Redis Enterprise Cluster, replace <service port> with the port of the service, and replace <local port> with the port you want to use on the local machine.
```bash
kubectl port-forward service/<cluster name>-ui <local port>:<service port>
```
Expand Down

0 comments on commit e5aa330

Please sign in to comment.