Vector Source kubernetes_log Using Pod Annotations #13795
-
Vector Agent version: v0.23.0 Vector Configuration
Output Log
Pod Manifest
I have tried filter using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As it turns out, this is a limitation in the Kubernetes API itself (source). Even the official Kubernetes docs for the watch endpoint don't list out the allowed fields, and it's not clear to me if the allowed fields are even protected in terms of API stability. I would suggest to keep using the label selector-based approach if that works for you. |
Beta Was this translation helpful? Give feedback.
As it turns out, this is a limitation in the Kubernetes API itself (source). Even the official Kubernetes docs for the watch endpoint don't list out the allowed fields, and it's not clear to me if the allowed fields are even protected in terms of API stability.
I would suggest to keep using the label selector-based approach if that works for you.