Add 38.4

M. Mert Yildiran
2023-01-27 19:21:58 +03:00
parent fea952c4b5
commit 32310d733f

@@ -4,6 +4,17 @@ This document summarizes main and fixes changes published in stable (aka `main`)
https://github.com/kubeshark/kubeshark/wiki/CHANGELOG
## 38.4
### changes
- If `tap` command fails to establish a proxy/port-forward, the deployment is not canceled. So, one can re-try the proxy/port-forward with `proxy` command or establish a port-forward manually using the commands below:
```
kubectl port-forward -n kubeshark service/kubeshark-hub 8898:80
kubectl port-forward -n kubeshark service/kubeshark-front 8899:80
```
## 38.3
### fixes