From 35604c70cb9564ca7c74bfc8ebe007f6eaf2ff70 Mon Sep 17 00:00:00 2001 From: suzhenpeng Date: Mon, 22 Aug 2022 19:07:34 +0800 Subject: [PATCH] fix the doc error about port-forward --- docs/installation.md | 2 +- docs/installation.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 93df99846..35e079a73 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -165,7 +165,7 @@ You can use the dashboard to view and manage crane manifests. Easy access to the dashboard through `kubectl port-forward`. ```bash -kubectl -n crane-system port-forward service/craned 9090 9090 +kubectl -n crane-system port-forward service/craned 9090:9090 ``` ### NodePort diff --git a/docs/installation.zh.md b/docs/installation.zh.md index 7714f68e2..0a66fa2f8 100644 --- a/docs/installation.zh.md +++ b/docs/installation.zh.md @@ -139,7 +139,7 @@ You can use the dashboard to view and manage crane manifests. Easy access to the dashboard through `kubectl port-forward`. ```bash -kubectl -n crane-system port-forward service/craned 9090 9090 +kubectl -n crane-system port-forward service/craned 9090:9090 ``` ### NodePort