mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-03 03:25:26 +00:00
Updated CHANGELOG (markdown)
@@ -8,11 +8,12 @@ https://github.com/kubeshark/kubeshark/wiki/CHANGELOG
|
||||
|
||||
### changes
|
||||
|
||||
- Removed the `-A` flag. Now Kubeshark targets all namespaces by default. Use `-n` flag to specify namespaces.
|
||||
- Changed the `storagelimit` option's format from `200MB` to `200Mi` for complying with Kubernetes' internal quantity parser.
|
||||
- All namespaces are now tapped by default and there's no need to use the `-A` flag. The `-n` flag can be used to specify a certain namespaces.
|
||||
- Starting to use node-level persistent volumes to ensure no data loss. As a result of this change, certain changes follow:
|
||||
- Added a `PersistentVolumeClaim` that the worker DaemonSet mounts.
|
||||
- Changed the `storagelimit` option's format from `200MB` to `200Mi` for complying with Kubernetes' internal quantity parser.
|
||||
- Added `storageclass` option to set the `StorageClass` in `PersistentVolumeClaim`. Default value is `standard`.
|
||||
- Run `kubeshark config -r` to regenerate the `~/.kubeshark/config.yaml`.
|
||||
- The above is a breaking change: You need to run `kubeshark config -r` to regenerate the `~/.kubeshark/config.yaml` incase of an existing configuration file.
|
||||
|
||||
## 38.4
|
||||
|
||||
|
Reference in New Issue
Block a user