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
Ilya Gavrilov
b39c5dd5d3
add net capabilities for tracer ( #1525 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-04-15 14:20:44 -07:00
M. Mert Yildiran
0f402789f1
✨ Add TcpStreamChannelTimeoutShow
field to MiscConfig
2024-04-15 22:46:18 +03:00
Volodymyr Stoiko
d4fade3599
Extend cluster-role permissions ( #1527 )
...
* Extend cluster-role permissions
* Format
* upd
2024-04-09 14:20:52 -07:00
Alon Girmonsky
054c4a9e8b
Update the readme
...
Added a link to the live demo portal.
updated the homebrew and helm installation instructions.
2024-03-29 15:44:42 -07:00
M. Mert Yildiran
35c1a88724
🔖 Bump the Helm chart version to 52.2.1
2024-03-28 03:55:03 +03:00
M. Mert Yildiran
fe3f93c91b
⏪ Revert srvPort
to 30001
2024-03-28 03:54:06 +03:00
M. Mert Yildiran
24aa4db0bc
⏪ Bring back the packet-capture
flag
2024-03-28 01:42:16 +03:00
Alon Girmonsky
ef44257942
Update RELEASE.md.TEMPLATE
...
syntax fix
2024-03-27 12:24:35 -07:00
M. Mert Yildiran
0b58558f70
🔖 Bump the Helm chart version to 52.2.0
2024-03-27 21:50:27 +03:00
Alon Girmonsky
cdd306b890
Update RELEASE.md.TEMPLATE
2024-03-26 15:21:41 -07:00
M. Mert Yildiran
3cc9ff8616
🔖 Bump the Helm chart version to 52.1.77
2024-03-19 18:55:27 +03:00
Serhii Ponomarenko
247498492a
✨ Set custom timezone ( #1517 )
...
* 🔨 Add timezone config
* 🔨 Update `complete.yaml`
* 📝 Document `timezone` config
* 📝 Update `timezone` config docs
* 📝 Update `timezone` config docs
* 🔥 Remove unused `TIMEZONE` field from `ConfigMap`
* 🦺 Handle empty `tap.timezone` case
* 🔨 Move `timezone` from `.Values.tap` to `.Values`
* 🔨 Add `timezone` field to helm values
* 🔨 Update `complete.yaml`
* 📝 Update `timezone` config docs
* 🔨 Add `TIMEZONE` field to `ConfigMap`
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-03-19 12:06:50 +01:00
Volodymyr Stoiko
867c7058a0
👷 Remove kubeshark tap upgrades ( #1519 )
2024-03-18 17:32:56 +03:00
M. Mert Yildiran
f1021f61b6
👷 Change the Homebrew job's name
2024-03-15 21:16:14 +03:00
M. Mert Yildiran
9162c4fb64
🔖 Bump the Helm chart version to 52.1.75
2024-03-15 20:39:39 +03:00
Serhii Ponomarenko
e7fc7b791a
🐛 Fix front nginx and network policies ports ( #1518 )
...
* 🐛 Use `8080` listen port for front nginx config
* 🐛 Use `8080` ingress port for front/hub network policies
2024-03-14 15:18:24 -07:00
Volodymyr Stoiko
9914183d7d
Move brew release into separate job ( #1516 )
2024-03-11 04:58:22 -07:00
Volodymyr Stoiko
c0751ad4cb
Switch to lower ports ( #1514 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-03-08 21:02:05 -08:00
Serhii Ponomarenko
0aca81fbcb
🔨 Disable scripting, targeted pods update & recording via ConfigMap
keys ( #1515 )
...
* 🔨 Add `SCRIPTING_DISABLED` key to `ConfigMap`
* 🔨 Add `TARGETED_PODS_UPDATE_DISABLED` config
* 🔨 Add `RECORDING_DISABLED` key to `ConfigMap`
* 🎨 Reformat `TapConfig`
* 🔨 Update `complete.yaml`
2024-03-08 20:49:07 -08:00
Shunsuke Suzuki
24dccab3e4
fix: fix the asset name of the checksum file for windows/amd64 ( #1509 )
...
Pre-built binaries and checksum files are released at GitHub Releases.
https://github.com/kubeshark/kubeshark/releases
But checksum files for windows/amd64 have the following issues.
kubeshark.exe
kubeshark_windows_amd64.sha256
- The executable file name and the checksum file name don't conform to the naming convention
- We can't verify the pre-built binaries with checksum files because the pre-built binary name is different from the actual binary name
```console
$ cat kubeshark_windows_amd64.sha256
ea8fffa952bc8047f493469d024887ed80f966c0d74cf5fb039ea12f71174629 kubeshark_windows_amd64
```
```console
$ sha256sum -c kubeshark_windows_amd64.sha256
sha256sum: kubeshark_windows_amd64: No such file or directory
kubeshark_windows_amd64: FAILED open or read
sha256sum: WARNING: 1 listed file could not be read
```
The cause of these issues is pre-built binaries were renamed after checksum files were generated.
b125860d06/Makefile (L41)
b125860d06/Makefile (L61)
This commit resolves the issue by generating the checksum file after renaming the pre-built binary.
Co-authored-by: Volodymyr Stoiko <me@volodymyrstoiko.com>
2024-03-08 19:32:17 +03:00
Volodymyr Stoiko
db607aff16
Add network policies for kubeshark components ( #1513 )
...
* Add explicit network policies for kubeshark components
* allow exact ports
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-03-07 06:37:13 -08:00
Volodymyr Stoiko
ec1728ef91
Add kubeshark fork to use for homebrew release ( #1512 )
2024-03-06 11:02:08 +01:00
M. Mert Yildiran
93de6e8934
🔖 Bump the Helm chart version to 52.1.66
2024-03-06 00:12:02 +03:00
Alon Girmonsky
5998d00e6a
Update README.md
2024-03-03 20:45:44 +02:00
Volodymyr Stoiko
afafb2c625
Add homebrew core version update release step ( #1511 )
2024-02-29 23:32:52 +02:00
M. Mert Yildiran
b125860d06
💚 Set prerelease
to false
2024-02-29 01:53:32 +03:00
M. Mert Yildiran
68aabf262f
🔖 Bump the Helm chart version to 52.1.63
2024-02-29 01:45:41 +03:00
M. Mert Yildiran
d279b7272d
💚 Change ssh-key
field to token
2024-02-29 01:45:11 +03:00
M. Mert Yildiran
d15e1cca54
🔖 Bump the Helm chart version to 52.1.62
2024-02-29 01:33:28 +03:00
M. Mert Yildiran
d8761e1e31
💚 Fix the secret name for Homebrew repo
2024-02-29 01:32:57 +03:00
M. Mert Yildiran
a9d2cb5ac2
🔖 Bump the Helm chart version to 52.1.61
2024-02-28 23:43:04 +03:00
M. Mert Yildiran
ddcf973e35
Revert " 🔖 Bump the Helm chart version to 52.1.61"
...
This reverts commit b6d1804326
.
2024-02-28 23:42:08 +03:00
M. Mert Yildiran
b6d1804326
🔖 Bump the Helm chart version to 52.1.61
2024-02-28 23:39:06 +03:00
Volodymyr Stoiko
6dc12af55b
Add namespace prefix to cluster scope resources ( #1506 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-02-28 12:14:03 -08:00