From e9f8b17682a6c1638d4358fb0a117aecfad66937 Mon Sep 17 00:00:00 2001 From: Xin Hao Date: Tue, 6 Dec 2022 21:35:31 +0800 Subject: [PATCH] docs: fix style in the Helm readme --- helm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/README.md b/helm/README.md index 7be9832b7..c24749d5e 100644 --- a/helm/README.md +++ b/helm/README.md @@ -57,7 +57,9 @@ helm install ballista . Run the following command to redirect localhost port 8080 to port 80 in the scheduler container and then view the scheduler UI at http://localhost:8080. +```shell kubectl port-forward ballista-scheduler-0 8080:80 +``` ## Connect