M. Mert Yildiran
01656b6c78
Add DUPLICATE_TIMEFRAME
field to ConfigMap
( #1561 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-07-16 22:01:26 -07:00
M. Mert Yildiran
a16f818bdf
Log front
and hub
pods ready ( #1562 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-07-16 21:07:08 -07:00
M. Mert Yildiran
c88b3b0ba7
Remove "Replay" function functionality ( #1563 )
2024-07-16 13:13:08 -07:00
M. Mert Yildiran
e7778fe537
Add tap.stopped
to values.yaml
and STOPPED
to ConfigMap
( #1557 )
2024-07-16 09:03:00 -07:00
M. Mert Yildiran
126f8b48d5
🔖 Bump the Helm chart version to 52.3.69
2024-07-09 16:12:06 +03:00
Alon Girmonsky
b9296d7849
switched back to api.kubeshark.co as the cloud API server
2024-07-04 15:42:36 +03:00
M. Mert Yildiran
cddccd58fa
Add the missing labels
2024-07-03 17:00:10 +03:00
Alon Girmonsky
3965916837
changed api.kubeshark.co to master.admin.kubeshark.co ( #1553 )
2024-06-20 16:17:26 -07:00
M. Mert Yildiran
ba1254f7e9
🔖 Bump the Helm chart version to 52.3.68
2024-06-17 04:39:02 +03:00
Alon Girmonsky
df1915cce6
Feature update bpf override ( #1551 )
...
* 🔧 Set worker BPF override from config
* 🔧 Disable `front` BPF override if capture is not `af_packet`
* feature condition change
Extend the feature visibility condition from explicitely using af_packet to not explicitly using ebpf, and therefore supporting all methods other than ebpf
* reversing the logic
fixing the previous comment logic as it was reversed.
---------
Co-authored-by: tiptophelmet <serhii.ponomarenko.jobs@gmail.com>
2024-06-14 17:33:10 -07:00
M. Mert Yildiran
88ea7120c4
Rename Bpf
field of TapConfig
struct to BpfOverride
2024-06-12 04:04:11 +03:00
M. Mert Yildiran
f43a61f891
Add Bpf
field to TapConfig
struct
2024-06-12 04:02:36 +03:00
Alon Girmonsky
067875d544
Merge branch 'master' of github.com:kubeshark/kubeshark
2024-06-08 11:06:34 -07:00
Alon Girmonsky
77ed1fdefe
Merge branch 'master' of github.com:kubeshark/kubeshark
2024-06-08 11:06:31 -07:00
Alon Girmonsky
e1f8a24897
Merge branch 'master' of github.com:kubeshark/kubeshark
2024-06-08 10:59:34 -07:00
Alon Girmonsky
40177b8fa9
Fixed a bug in the Helm chart that did not
...
override the sniffer container once an override Worker config value was present
2024-06-08 10:58:36 -07:00
M. Mert Yildiran
6d0512fd57
🔧 Update the helm-install
and logs-
Makefile rules
2024-06-06 04:32:06 +03:00
M. Mert Yildiran
75931d9123
Add Profile
field to MiscConfig
struct
2024-06-06 04:17:03 +03:00
M. Mert Yildiran
d6143f5a6a
Replace DisableCgroupIdResolution
field with ResolutionStrategy
of MiscConfig
struct
2024-06-06 04:07:24 +03:00
M. Mert Yildiran
a58f72ed87
👕 Fix the linter error
2024-06-06 04:01:32 +03:00
M. Mert Yildiran
d22e30f86d
🔖 Bump the Helm chart version to 52.3.62
2024-06-01 16:37:22 +03:00
M. Mert Yildiran
806aa12feb
Run make generate-manifests
2024-06-01 16:33:13 +03:00
Alon Girmonsky
30e6d28672
helm clone specific branch
...
Added instructions on how to clone a specific branch
2024-05-31 21:09:27 -07:00
Alon Girmonsky
ef84f90cd9
Returned ebpf as an explicit option and af-packet as the default option
2024-05-31 21:00:33 -07:00
Alon Girmonsky
b49ca767c9
change kernelModule.enabled to false
...
Promote AF_PACKET as the default option and make kernelModule as an explicit option.
This is a temporary change, until we bring back ebpf as the default option.
2024-05-31 21:00:21 -07:00
Alon Girmonsky
d1cc890cad
set kernelModule.enabled default value to false
...
As a temporary remady:
1. ebpf and pf-ring become explicit options
2. af_packet becomes the default option
2024-05-31 20:59:51 -07:00
Alon Girmonsky
a9a75533af
set kernelModule.enabled default value to false
...
in support for this PR
2024-05-31 20:59:16 -07:00
Alon Girmonsky
1aef7be3fb
helm clone specific branch
...
Added instructions on how to clone a specific branch
2024-05-28 21:10:32 -07:00
M. Mert Yildiran
c1e812e449
🔖 Bump the Helm chart version to 52.3.59
2024-05-25 05:39:28 +03:00
M. Mert Yildiran
c2b73025f3
✨ Add DisableCgroupIdResolution
field to MiscConfig
struct
2024-05-25 05:18:41 +03:00
M. Mert Yildiran
af2086a54d
✨ Add --grep
flag to logs
command
2024-05-23 01:20:55 +03:00
Ilya Gavrilov
359623c538
Add /etc/os-release for tracer sysevents ( #1542 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-05-17 12:46:37 +01:00
Volodymyr Stoiko
3798bf7a01
Allow watching nodes ( #1543 )
...
* Allow watching nodes
* restore
2024-05-17 12:37:45 +01:00
M. Mert Yildiran
487f0b9332
✨ Add OverrideTagConfig
field to DockerConfig
2024-05-15 05:39:27 +03:00
M. Mert Yildiran
39c5df64e6
🔧 Add branch
and switch-to-branch
Makefile rules
2024-05-15 04:37:35 +03:00
guangwu
22a777ac79
fix: close config file ( #1531 )
...
Co-authored-by: M. Mert Yildiran <me@mertyildiran.com>
2024-05-06 00:31:34 +03:00
radikaled
06e0def53e
Update 14-openshift-security-context-constraints.yaml ( #1539 )
...
Add IPC_LOCK to allowedCapabilities otherwise kubeshark-worker-daemon-set will not deploy.
2024-05-05 10:45:25 -07:00
M. Mert Yildiran
b88f1c7014
🔖 Bump the Helm chart version to 52.3.0
2024-05-02 23:45:06 +03:00
Alon Girmonsky
f4e2d2f9ca
Use eBPF as a traffic capture source by default if cgroup V2 is enabled. ( #1540 )
...
This behavior can be reversed by setting the `tap.packetCapture`
to a specific source or manually adding the command line property:
`-disable-ebpf` to both the `worker` and the `tracer`
2024-05-01 16:30:03 -07:00
M. Mert Yildiran
f017020f62
🔖 Bump the Helm chart version to 52.2.39
2024-04-24 16:05:46 +03:00
Alon Girmonsky
32ffa6132d
Fix/disable ebpf by defalt again ( #1538 )
...
* Revert "Revert "as eBPF is a significant feature that can impact many users, this PR is meant (#1532 )""
This reverts commit 7ab63ec745
.
* Added the missing -disable-ebpf parameters to Tracer
2024-04-23 15:31:19 -07:00
Alon Girmonsky
0bb0c4b256
Merge branch 'master' of github.com:kubeshark/kubeshark
2024-04-22 17:08:56 -07:00
Alon Girmonsky
28696d2f5c
- Consider cloudLicenseEnabled only if license is empty. If license isn't empty disregard cloudLicenseEnabled ( #1536 )
2024-04-22 15:14:06 -07:00
Alon Girmonsky
7ab63ec745
Revert "as eBPF is a significant feature that can impact many users, this PR is meant ( #1532 )"
...
This reverts commit 53c3dabcbf
.
2024-04-22 14:57:00 -07:00
kindknow
ddabbac317
chore: fix some typos in comments ( #1529 )
...
Signed-off-by: kindknow <iturf@sina.com>
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-04-22 13:52:40 -07:00
Serhii Ponomarenko
5a4901f7bd
✨ License via authentication ( #1526 )
...
* 🔨 Add `cloudLicenseEnabled` helm value
* 🔨 Add `CLOUD_LICENSE_ENABLED` key to `ConfigMap`
* 🔨 Add `REACT_APP_CLOUD_LICENSE_ENABLED` `front` env
* 🎨 Reformat `ConfigStruct`
* 🔧 Set `cloudLicenseEnabled: true` by default
* 🔧 Override auth enabled/type if `cloudLicenseEnabled: true`
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-04-21 15:04:08 -07:00
M. Mert Yildiran
5a322fc58a
🔖 Bump the Helm chart version to 52.2.30
2024-04-19 17:59:51 +03:00
Alon Girmonsky
53c3dabcbf
as eBPF is a significant feature that can impact many users, this PR is meant ( #1532 )
...
to provide it NOT as the default option, but require an explicit indication
to use it. To use eBPF instead of AF-PACKET or PF-RING, use:
--set tap.packetCapture=ebpf
2024-04-18 16:28:31 -07:00
Volodymyr Stoiko
6b6915c7ee
helm: Use proper labels in selectors ( #1528 )
...
* Use proper selectorLabels in daemonset
* Update selector labels in deployments
2024-04-16 09:02:33 -07:00
M. Mert Yildiran
e819759c2d
🎨 Remove a whitespace in 09-worker-daemon-set.yaml
2024-04-16 00:27:18 +03:00