Update a README.md(s)

This commit is contained in:
M. Mert Yildiran
2023-04-12 03:12:32 +03:00
parent 47b9cd0c8d
commit f6c4d43eb1
2 changed files with 9 additions and 2 deletions

View File

@@ -50,4 +50,4 @@ kubectl port-forward -n kubeshark service/kubeshark-hub 8898:80 & \
kubectl port-forward -n kubeshark service/kubeshark-front 8899:80
```
Visit [localhost:8899](http://localhost:8899/)
Visit [localhost:8899](http://localhost:8899)

View File

@@ -2,6 +2,13 @@
## Apply
Clone the repo:
```shell
git clone git@github.com:kubeshark/kubeshark.git --depth 1
cd kubeshark/manifests
```
To apply the manifests, run:
```shell
@@ -25,4 +32,4 @@ kubectl port-forward -n kubeshark service/kubeshark-hub 8898:80 & \
kubectl port-forward -n kubeshark service/kubeshark-front 8899:80
```
Visit [localhost:8899](http://localhost:8899/)
Visit [localhost:8899](http://localhost:8899)