📝 Update the README.md(s)

This commit is contained in:
M. Mert Yildiran 2023-09-25 23:26:06 +03:00
parent ef7c80df05
commit bb0172b151
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 2 additions and 4 deletions

View File

@ -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)

View File

@ -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)