Alon Girmonsky
88c72cda82
🔖 Bump the Helm chart version to 52.3.81
2024-09-14 11:53:26 -07:00
Volodymyr Stoiko
ca844394fc
Calculate sentry based on internet connectivity and telemetry ( #1608 )
2024-09-11 13:40:29 -07:00
zyue110026
2513c136de
fix: respect tap.docker.imagePullSecrets
( #1602 )
...
* respect tap.docker.imagePullSecrets
Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>
* respect tap.docker.imagePullSecrets
Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>
* fix: respect tap.docker.imagePullSecrets
Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>
---------
Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>
Co-authored-by: M. Mert Yildiran <me@mertyildiran.com>
2024-09-09 17:35:27 -07:00
Volodymyr Stoiko
3c6307e93f
Add sentry related configurations ( #1606 )
...
* Add sentry configuration
* get helm values
* Add sentry configuration
---------
Co-authored-by: tiptophelmet <serhii.ponomarenko.jobs@gmail.com>
2024-09-09 16:40:08 -07:00
M. Mert Yildiran
1c883c73e4
Add hub to the list of containers in pprof
command and add flags to pprof
command ( #1603 )
...
* Add hub to the list of containers in `pprof` command and add flags to `pprof` command
* Reduce duplication
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-09-09 14:41:01 -07:00
Volodymyr Stoiko
95637bfce8
Use major version as containers tag ( #1594 )
...
* Respect tagLocked version
* generate proper values
* fix helper
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-09-09 14:38:36 -07:00
M. Mert Yildiran
f155e4f1b7
Add PROFILING_ENABLED
env var to Hub ( #1600 )
2024-09-05 13:35:07 -07:00
Serhii Ponomarenko
32caeb37e4
🔨 Create dissectorsUiEnabled
flag ( #1599 )
...
* 🔨 Create `dissectorsUiEnabled` flag
* 🔨 Rename `dissectorsUiEnabled` flag
* 🔨 Add `DISSECTORS_UPDATING_ENABLED` config
* 🔨 Set `dissectorsUpdatingEnabled: true` by default
2024-08-29 09:36:58 -07:00
Ilya Gavrilov
1dfef1be23
update helm readme ( #1596 )
2024-08-28 10:38:19 -07:00
Ilya Gavrilov
a0eb85e71d
Add disableTlsLog command line option support for tracer ( #1595 )
2024-08-28 08:53:44 -07:00
M. Mert Yildiran
ad738387b7
🔖 Bump the Helm chart version to 52.3.79
2024-08-27 03:37:04 +03:00
Alon Girmonsky
c695a3c5e5
Fixed the telemetry flag that was set to an empty string by default
...
as opposed to `false`.
2024-08-26 16:20:29 -07:00
M. Mert Yildiran
de154731e9
Add DETECT_DUPLICATES
config ( #1593 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-08-26 09:44:26 -07:00
M. Mert Yildiran
d3789f2bc0
Add pprof
command ( #1590 )
...
* Add `pprof` command
* Delete unused `GetWorkerPods` method
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-08-26 17:23:21 +03:00
Alon Girmonsky
84f2ec944d
tcp dissector enabled by default ( #1591 )
...
* tcp dissector enabled by default
* changing the readme
In support of having the `tcp` dissector enabled by default.
* Update values.yaml
* Update complete.yaml
* updated the defaultFilter default value
1. Start with some level of "noise reduction" (`tcp` and `dns`).
2. Provide a hint how to use a display filter to filter out protocol aliases.
* Update values.yaml
filter out DNS and TCP
* Update complete.yaml
Filter out DNS and TCP
* Update README.md
Filter out TCP and DNS by default
2024-08-22 17:14:38 -07:00
Alon Girmonsky
193e2ab03e
Update values.yaml
2024-08-21 17:56:34 -07:00
Volodymyr Stoiko
a3fea3b610
Adjust resources limits ( #1588 )
...
* Adjust resources
* updated the values
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-08-20 08:55:06 -07:00
M. Mert Yildiran
b34cc21bcf
🔖 Bump the Helm chart version to 52.3.78
2024-08-19 21:15:35 +03:00
M. Mert Yildiran
e0dec54c6a
Fix method name
2024-08-19 21:14:31 +03:00
M. Mert Yildiran
17ce638a78
🔖 Bump the Helm chart version to 52.3.77
2024-08-19 18:59:39 +03:00
M. Mert Yildiran
4191aa4ce5
🔖 Bump the Helm chart version to 52.3.76
2024-08-17 14:50:42 +03:00
Alon Girmonsky
9069f10d94
TCP dissector description ( #1586 )
...
* TCP dissector description
Added a description how to use the TCP dissector.
* removed tcp from complete.yaml
2024-08-16 17:06:06 -07:00
M. Mert Yildiran
53697d74ee
Run make generate-helm-values && make generate-manifests
2024-08-17 00:33:25 +03:00
Alon Girmonsky
51f3e3b7ce
Disable TCP dissector by default
...
TCP dissector can be added as a helm value. This dissector shouldn't be used in production clusters, as enabling this dissector will consume enormous amounts of CPU and memory.
2024-08-16 13:08:08 -07:00
M. Mert Yildiran
2a640c8d38
Add PROFILING_ENABLED
environment variable and port number to tracer
container ( #1580 )
...
* Add `PROFILING_ENABLED` environment variable and port number to `tracer` container
* Update `complete.yaml`
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-08-16 12:59:26 -07:00
Alon Girmonsky
be96d4e099
Disable TCP dissector by default ( #1583 )
...
TCP dissector can be added as a helm value. This dissector shouldn't be used in production clusters, as enabling this dissector will consume enormous amounts of CPU and memory.
TODO: Have the TCP dissector adhere to pod targeting rules.
2024-08-16 11:32:29 -07:00
Volodymyr Stoiko
ec616cb32c
Add -debug
suffix to container tag when profiling enabled ( #1581 )
...
* Add -debug prefix to container tag when profiling enabled
* Update helm-chart/templates/_helpers.tpl
* Update helm-chart/templates/_helpers.tpl
---------
Co-authored-by: M. Mert Yildiran <me@mertyildiran.com>
2024-08-14 23:16:30 +03:00
M. Mert Yildiran
669974d608
Fix the linter error
2024-08-14 22:53:48 +03:00
M. Mert Yildiran
219fc0a126
🔖 Bump the Helm chart version to 52.3.74
2024-08-13 21:36:47 +03:00
Alon Girmonsky
e70167c694
Added supported protocol dissectors section
2024-08-12 16:42:18 -07:00
M. Mert Yildiran
ba126dff51
Add X-Kubeshark-Capture: ignore
header to all of the HTTP requests ( #1579 )
...
* Add `X-Kubeshark-Capture: ignore` header to all of the HTTP requests
* Add `X-Kubeshark-Capture: ignore` header to WebSocket requests
* Reduce duplication
2024-08-10 15:35:54 -07:00
M. Mert Yildiran
377ff44d71
🔖 Bump the Helm chart version to 52.3.73
2024-08-08 17:03:01 +03:00
Volodymyr Stoiko
557506096c
Increase default requests/limits ( #1577 )
...
* Increase default requests/limits
* adjust
2024-08-07 21:07:27 -07:00
Alon Girmonsky
47d5764cdc
Merge branch 'master' of github.com:kubeshark/kubeshark
2024-08-06 15:40:11 -07:00
Alon Girmonsky
32136520d8
Slow start ( #1576 )
...
* Start `ExcludedNamespaces` empty by default
* Started Kubeshark with tap.stopped true by default
* Revert "Start `ExcludedNamespaces` empty by default"
This reverts commit 7de515dd3a
.
* Start with traffic capture paused by default
Remove any namespaces to exclude by default
2024-08-06 15:39:42 -07:00
Alon Girmonsky
19d2822d3e
Revert "Start ExcludedNamespaces
empty by default"
...
This reverts commit 7de515dd3a
.
2024-08-03 11:44:55 -07:00
Alon Girmonsky
a31bb0e6e7
Started Kubeshark with tap.stopped true by default
2024-08-02 16:52:06 -07:00
Alon Girmonsky
7de515dd3a
Start ExcludedNamespaces
empty by default
2024-08-02 16:35:46 -07:00
M. Mert Yildiran
5089e9ccb8
Add EXCLUDED_NAMESPACES
to ConfigMap
( #1571 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-08-02 08:25:32 -07:00
M. Mert Yildiran
c837874bbe
Add ENABLED_DISSECTORS
to ConfigMap
( #1570 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-08-02 08:17:05 -07:00
cloudclaim
13b35f1672
chore: fix some comments ( #1548 )
...
Signed-off-by: cloudclaim <824973921@qq.com>
Co-authored-by: M. Mert Yildiran <me@mertyildiran.com>
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-08-02 07:49:47 -07:00
Alon Girmonsky
4ec06b7c95
When internet connectivity is off, remove the option to have a cloud license.
2024-08-01 17:54:05 -07:00
Alon Girmonsky
df0aea1462
stash ( #1575 )
2024-07-31 15:14:36 -07:00
Alon Girmonsky
64a4c5ce62
Merge branch 'master' of github.com:kubeshark/kubeshark
2024-07-29 17:17:14 -07:00
Alon Girmonsky
9c9cefc406
Change supportChatEnabled
to be true
by default.
2024-07-29 17:16:21 -07:00
M. Mert Yildiran
db23ff6338
Update branch
and switch-to-branch
Makefile rules
2024-07-30 02:35:35 +03:00
Alon Girmonsky
a699755858
Way to avoid seeing DNS traffic
2024-07-25 18:43:40 -07:00
M. Mert Yildiran
b7efd94414
Fix annotations
key in kubeshark-worker-metrics
( #1572 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-07-26 02:52:30 +03:00
Serhii Ponomarenko
be86ea8ecb
🔨 Support chat flag ( #1573 )
...
* 🔨 Add `supportChatEnabled` helm value
* 🔨 Add `REACT_APP_SUPPORT_CHAT_ENABLED` env to `front`
2024-07-25 13:09:44 -07:00
Ilya Gavrilov
6ea1073fe9
Remove obsolete dumptracer worker option ( #1569 )
2024-07-22 08:29:53 -07:00