-
|
I'm trying to deploy vector on the kubernetes environment. Now, I hope to gather log data from the file "/var/run/cilium/tetragon/tetragon.log" This is pod list (it looks OK): This is my config file, values-vector.yaml I couldn't see any message when I tried to capture http message with port 54333 between worker-node and server. This is a vector log: I checked that log file "/var/run/cilium/tetragon/tetragon.log" is being updated continuously. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello. I realiased that I should add '/var/run/cilium/tetragon/' to the mountPath and hostPath in values.yaml. Thanks. |
Beta Was this translation helpful? Give feedback.
Hello.
I realiased that I should add '/var/run/cilium/tetragon/' to the mountPath and hostPath in values.yaml.
Thanks.