From bb0172b15137beae3daf5ca68ddbcc21f2d32d21 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Mon, 25 Sep 2023 23:26:06 +0300 Subject: [PATCH] :memo: Update the `README.md`(s) --- helm-chart/README.md | 3 +-- manifests/README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/helm-chart/README.md b/helm-chart/README.md index c0f4e8530..73b26a9b7 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -46,8 +46,7 @@ helm uninstall kubeshark Do the port forwarding: ```shell -kubectl port-forward -n kubeshark service/kubeshark-hub 8898:80 & \ -kubectl port-forward -n kubeshark service/kubeshark-front 8899:80 +kubectl port-forward service/kubeshark-front 8899:80 ``` Visit [localhost:8899](http://localhost:8899) diff --git a/manifests/README.md b/manifests/README.md index 88f60bd11..18f57851b 100644 --- a/manifests/README.md +++ b/manifests/README.md @@ -28,8 +28,7 @@ kubectl delete clusterrole kubeshark-cluster-role Do the port forwarding: ```shell -kubectl port-forward -n kubeshark service/kubeshark-hub 8898:80 & \ -kubectl port-forward -n kubeshark service/kubeshark-front 8899:80 +kubectl port-forward service/kubeshark-front 8899:80 ``` Visit [localhost:8899](http://localhost:8899)