Dmitry Ulyanov

Results 4 comments of Dmitry Ulyanov

Hello, Error ``` Failed to annotate event with pod metadata ``` is happened here https://github.com/vectordotdev/vector/blob/c402e6ed94400959dbc298d4b342dcb0842089d4/src/sources/kubernetes_logs/mod.rs#L498 and `None` is maybe happened here https://github.com/vectordotdev/vector/blob/c402e6ed94400959dbc298d4b342dcb0842089d4/src/sources/kubernetes_logs/pod_metadata_annotator.rs#L99 or here https://github.com/vectordotdev/vector/blob/c402e6ed94400959dbc298d4b342dcb0842089d4/src/sources/kubernetes_logs/pod_metadata_annotator.rs#L101 Second variant is more suitable...

comment: @jszwedko > One hypothesis is that > ... > should be looking up by the uid as well (under extra) rather than just name and namespace I think it...

@jszwedko I'll try to explain If I understand the logic of work correctly - for each event, getting the Pod from the Kubernetes runtime (by reflector) cache is called, in...

> @sillent have you been running this patch in a live cluster? @spencergilbert Unfortunately no in our working cluster there is no such problem - due to non-use statefulset