mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-07 05:22:27 +00:00
Add 38.4
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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
|
||||
|
Reference in New Issue
Block a user