Commit 95be01e
authored
fix: add envFrom to raw netmon manifest and reduce eBPF log noise (#374)
- Add envFrom block to zxporter-netmon.yaml so the raw manifest injects
credentials from devzero-zxporter-env-config and devzero-zxporter-token,
matching the helm chart behaviour (both optional to avoid pod failures
when the secret/configmap is absent)
- Downgrade non-DNS packet parse errors in the eBPF tracer from Error to
debug level (V(1)); these are expected for non-DNS traffic in netfilter
mode and were producing excessive log spam1 parent 58db2bf commit 95be01e
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments