Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi! Using A Self-Hosted Deployment Over K8S (Eks). Seeing Old Succeeded Pods Not Being Deleted Indefinitely. Anyone Knows Why That Might Be? It Wasn’T Always Like This - Pods Used To Disappear Seconds After Finishing Execution. Thanks!

Hi!

Using a self-hosted deployment over k8s (EKS).
Seeing old succeeded pods not being deleted indefinitely.
Anyone knows why that might be? It wasn’t always like this - pods used to disappear seconds after finishing execution.

Thanks!

  
  
Posted 10 months ago
Votes Newest

Answers


Hi @<1528908687685455872:profile|MassiveBat21> , did you change anything? Can you attach some logs from the k8s glue agent?

  
  
Posted 10 months ago
483 Views
1 Answer
10 months ago
10 months ago
Tags