Volodymyr Stoiko
80d23d62bd
Remove PF_RING references ( #1638 )
...
* Remove PF_RING references
* Update values
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-11-05 14:13:50 -08:00
Volodymyr Stoiko
bba1bbd1fb
Watch cm creation and sync scripts ( #1637 )
...
* Fix graceful shutdown
* add helpers
* Watch for configmap changes
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-11-05 13:35:17 -08:00
Volodymyr Stoiko
4a6628a3e8
Fix helm resource requests/limits templates ( #1639 )
2024-11-05 13:03:21 -08:00
Alon Girmonsky
bec0b25daa
🔖 Bump the Helm chart version to 52.3.88
2024-11-02 13:11:02 -07:00
Alon Girmonsky
9248f07af0
missing commit
2024-11-02 09:50:30 -07:00
Alon Girmonsky
a1e05db4b0
Improved resource limits and requests Helm templating
2024-11-02 09:49:45 -07:00
Alon Girmonsky
b3f6fdc831
Added an ability to override image names for a case, where when using a CI, one needs to use individual image names ( #1636 )
2024-10-31 21:18:13 -07:00
Alon Girmonsky
e0c010eb29
🔖 Bump the Helm chart version to 52.3.87
2024-10-30 12:51:15 -07:00
Alon Girmonsky
d9fedc5bec
removed debug comments
2024-10-29 21:55:35 -07:00
Alon Girmonsky
d1b4f9dcb1
🔖 Bump the Helm chart version to 52.3.86
2024-10-29 21:53:23 -07:00
Alon Girmonsky
629fb118e8
Revert "Set resource guard to true by default."
...
This reverts commit a7692a664d
.
2024-10-29 21:49:25 -07:00
Alon Girmonsky
b7ab3da6d2
🔖 Bump the Helm chart version to 52.3.85
2024-10-29 16:42:31 -07:00
Alon Girmonsky
3027fdab40
fixed an issue that was added for debugging purposes
2024-10-29 16:22:31 -07:00
Alon Girmonsky
a7692a664d
Set resource guard to true by default.
2024-10-29 15:11:07 -07:00
Alon Girmonsky
696f3fca93
Merge branch 'master' of github.com:kubeshark/kubeshark
2024-10-26 17:36:54 -07:00
Alon Girmonsky
36e47e3080
When compiling helm values from golang config structs, ignore local ~/.kubeshark/config.yaml file
...
if one exists
2024-10-25 12:40:52 -07:00
Alon Girmonsky
994307f45c
Fixed the double action for commands: console and scripts, when running the proxyRunner
2024-10-25 12:40:06 -07:00
Serhii Ponomarenko
ba9b85bb12
Revert " 🐛 Prevent hub
host-not-found nginx upstream error in front
( #1628 )" ( #1633 )
...
This reverts commit cc3f8c86ff
.
2024-10-25 11:31:03 -07:00
Alon Girmonsky
6a890e6653
Removed the timestamp>now()
fro the globalFilter
flag.
2024-10-25 10:41:06 -07:00
Alon Girmonsky
22766c2983
remove tcp
and udp
dissectors by default
2024-10-21 13:03:53 -07:00
Alon Girmonsky
da1d2c5260
changed tap.stopped
to false
by default
2024-10-21 12:59:25 -07:00
Alon Girmonsky
7b94c9beff
scripting improvements
2024-10-21 12:58:01 -07:00
Volodymyr Stoiko
f026c3604a
Add networkpolicies permissions ( #1631 )
...
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-10-19 17:02:42 -07:00
Alon Girmonsky
517c127d93
🔖 Bump the Helm chart version to 52.3.84
2024-10-17 12:16:45 -07:00
Alon Girmonsky
580c612982
added timestamp>now() as a global filter
2024-10-17 12:05:35 -07:00
Alon Girmonsky
7a1cd9afbc
set disableTlsLog
to true
by default.
2024-10-17 10:48:11 -07:00
Alon Girmonsky
5bbf1e7eb0
Hub default limit set to 5GB (an arbitrary number)
2024-10-17 10:16:57 -07:00
Alon Girmonsky
aa9fb41ee5
show filter presets by default
2024-10-16 11:05:18 -07:00
Alon Girmonsky
816f614ebb
change CPU limit to no limit
...
Change memory limit to 3Gi
2024-10-16 11:01:25 -07:00
Alon Girmonsky
674a554767
scripting-revamp-1 ( #1630 )
...
* First commit in this PR
Added `scripting.active` as a helm value
* added `scripting.active` to the config struct and the helm chart
this array of strings will include the active script titles
* updated the `active` filed in the script struct
* go mod tidy
* update go ver to 1.21.1
2024-10-15 10:35:38 -07:00
Serhii Ponomarenko
cc3f8c86ff
🐛 Prevent hub
host-not-found nginx upstream error in front
( #1628 )
...
* 🔧 Add `proxy_next_upstream` to retry finding `hub`
* 🔨 Set up `front` init-container to wait for `hub`
* Revert "🔧 Add `proxy_next_upstream` to retry finding `hub`"
This reverts commit 118b173069
.
---------
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-10-15 09:48:11 -07:00
Alon Girmonsky
99aff8d513
fix lint issue
2024-10-14 14:00:34 -07:00
Alon Girmonsky
a2e0e013e5
Added log lines for verbosity
2024-10-14 08:28:44 -07:00
Alon Girmonsky
41f36ba9c2
Added the scripting console
command functionality to the tap
command
...
Added both the `scripting` and `console` commands to the `proxy` command
Added a `scripting.console`, a boolean value indicating whether the `console`
functionality should be part of the `tap` and `proxy` commands
2024-10-11 13:06:02 -07:00
Alon Girmonsky
ecc577ccc8
Improved the console
command made it resilient to Websocket breaks and redeployment.
2024-10-10 22:15:00 -07:00
Alon Girmonsky
b7b0e3dcee
🔖 Bump the Helm chart version to 52.3.83
2024-10-09 21:57:05 -07:00
Alon Girmonsky
1926067bd9
🔖 Bump the Helm chart version to 72.3.83
2024-10-09 21:46:06 -07:00
Alon Girmonsky
1eeed3e58e
Merge branch 'master' of github.com:kubeshark/kubeshark
2024-10-08 18:37:58 -07:00
Alon Girmonsky
49755671f5
Added some error and info log lines
2024-10-08 18:37:29 -07:00
Serhii Ponomarenko
223ada3e2b
🔨 Add tap.presetFiltersChangingEnabled
helm value ( #1627 )
...
* 🔨 Replace default-filter `front` env with config
* 🔨 Add `tap.presetFiltersChangingEnabled` helm value
* 🔨 Add preset-filters-changing-enabled `front` env
* 🔨 Add preset-filters-changing-enabled config
2024-10-08 18:24:49 -07:00
Alon Girmonsky
1bd8f9b8c5
Set reasonable pcapdump
defaults. Storage is now at 10% of the Worker's
...
allocated storage.
2024-10-08 10:43:42 -07:00
Alon Girmonsky
b86f80ebd7
Tag Tracer as well as the other components upon a new release
2024-10-08 10:07:11 -07:00
Alon Girmonsky
3fcc51c5c3
Ensure scripting
command watched only JS files
2024-10-08 10:04:46 -07:00
bogdanvbalan
783aa03b6a
Feat pcapsaver ( #1621 )
...
* Add cmd to copy pcaps from worker
* Update commands to merge pcaps
* Remove test img
* Remove usage of http endpoint in copy
* Unify commands
* Add copy flag
* Address review comments
* Update k8s config path processing
* Remove debug prints
* setting the pcapSrcDit to the name of the command
* Update values.yaml
* Remove the start,stop and copy flags
* Clean up the the code a bit
Changed the logic so it's either copy or start/stop.
Works well for a first version.
* Improved the logic
* Changed pcapdump enable flag to boolean
* Added helm value documentation
* minor default configuration changes
* Fix default val for enabled
* Final changes
Cleaned up the helm worker template
Improve the logic a bit
* Code cleanup
Changed instances of `enable` to `enabled` for purpose of consistency
Removed unused helm environment variables
* Enable merging all node files to a single file.
Before the outcome had been a merged file per node.
Now the outcome is a single merged file for all nodes.
* Committed for testing purpose
* Reduced the initial disk foot print to 10MB per node
---------
Co-authored-by: bogdan.balan1 <bogdanvalentin.balan@1nce.com>
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-10-07 08:39:52 -07:00
Alon Girmonsky
68da6a819a
emit tls item ( #1625 )
2024-10-03 16:53:30 -07:00
Volodymyr Stoiko
afa81e7be9
Update README with resource guard configuration ( #1623 )
2024-09-30 13:06:21 -07:00
Volodymyr Stoiko
d8b87a90e4
Add resource guard flag ( #1622 )
...
* Add resource-guard flags
* make generate-helm-values
* Add resource guard flag
2024-09-30 10:39:34 -07:00
M. Mert Yildiran
0f1194bfeb
Regenerate values.yaml
and complete.yaml
2024-09-28 00:04:27 +03:00
Volodymyr Stoiko
3a8817592f
Do not enable -unixsocket
flag of worker if no tracer is running ( #1619 )
2024-09-28 00:03:05 +03:00
Alon Girmonsky
e800d67e27
Fixed a bug in the console
command, where the CLI couldn't connect to Hub as when
...
the `url.URL` method was used, the Host included a path
2024-09-27 12:34:42 -07:00