mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-13 14:17:54 +00:00
Update README.md
Changed `tap.tls` and `tap.serviceMesh` defaults to `true` following this commit: 8ba3e603a4
This commit is contained in:
parent
a5be1a8eaa
commit
7df35e04a8
@ -140,8 +140,8 @@ Please refer to [metrics](./metrics.md) documentation for details.
|
|||||||
| `tap.resources.hub.limits.memory` | Memory limit for hub | `1Gi` |
|
| `tap.resources.hub.limits.memory` | Memory limit for hub | `1Gi` |
|
||||||
| `tap.resources.hub.requests.cpu` | CPU request for hub | `50m` |
|
| `tap.resources.hub.requests.cpu` | CPU request for hub | `50m` |
|
||||||
| `tap.resources.hub.requests.memory` | Memory request for hub | `50Mi` |
|
| `tap.resources.hub.requests.memory` | Memory request for hub | `50Mi` |
|
||||||
| `tap.serviceMesh` | Capture traffic from service meshes like Istio, Linkerd, Consul, etc. | `false` |
|
| `tap.serviceMesh` | Capture traffic from service meshes like Istio, Linkerd, Consul, etc. | `true` |
|
||||||
| `tap.tls` | Capture the encrypted/TLS traffic from cryptography libraries like OpenSSL | `false` |
|
| `tap.tls` | Capture the encrypted/TLS traffic from cryptography libraries like OpenSSL | `true` |
|
||||||
| `tap.ignoreTainted` | Whether to ignore tainted nodes | `false` |
|
| `tap.ignoreTainted` | Whether to ignore tainted nodes | `false` |
|
||||||
| `tap.labels` | Kubernetes labels to apply to all Kubeshark resources | `{}` |
|
| `tap.labels` | Kubernetes labels to apply to all Kubeshark resources | `{}` |
|
||||||
| `tap.annotations` | Kubernetes annotations to apply to all Kubeshark resources | `{}` |
|
| `tap.annotations` | Kubernetes annotations to apply to all Kubeshark resources | `{}` |
|
||||||
|
Loading…
Reference in New Issue
Block a user