-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddb4357
commit d3cc8b4
Showing
4 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,14 @@ git clone [email protected]:kubeshark/kubeshark.git --depth 1 | |
cd kubeshark/helm-chart | ||
``` | ||
|
||
In case you want to clone a specific tag of the repo (e.g. `v52.3.59`): | ||
|
||
```shell | ||
git clone [email protected]:kubeshark/kubeshark.git --depth 1 --branch <tag> | ||
cd kubeshark/helm-chart | ||
``` | ||
> See the list of available tags here: https://github.com/kubeshark/kubeshark/tags | ||
Render the templates | ||
|
||
```shell | ||
|
@@ -157,7 +165,7 @@ Please refer to [metrics](./metrics.md) documentation for details. | |
| `tap.ingress.annotations` | `Ingress` annotations | `{}` | | ||
| `tap.ipv6` | Enable IPv6 support for the front-end | `true` | | ||
| `tap.debug` | Enable debug mode | `false` | | ||
| `tap.kernelModule.enabled` | Use PF_RING kernel module([details](PF_RING.md)) | `true` | | ||
| `tap.kernelModule.enabled` | Use PF_RING kernel module([details](PF_RING.md)) | `false` | | ||
| `tap.kernelModule.image` | Container image containing PF_RING kernel module with supported kernel version([details](PF_RING.md)) | "kubeshark/pf-ring-module:all" | | ||
| `tap.kernelModule.unloadOnDestroy` | Create additional container which watches for pod termination and unloads PF_RING kernel module. | `false`| | ||
| `tap.telemetry.enabled` | Enable anonymous usage statistics collection | `true` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters