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
When I Run

When I run clearml-data close on an 84mb file, I get the following response
` <head><title>413 Request Entity Too Large</title></head>

<body> <center><h1>413 Request Entity Too Large</h1></center> <hr><center>nginx</center> </body> `Yet the file is still uploaded in the UI. Is this expected?

  
  
Posted 2 years ago
Votes Newest

Answers 8


Would that be under values.yaml for agent?

  
  
Posted 2 years ago

nginx

  
  
Posted 2 years ago

On a somewhat related note to k8s, do you know where I can change this host name? I got this error when my task is fetching a dataset.
2022-09-23 15:09:45,318 - clearml.storage - ERROR - Could not download

  
  
Posted 2 years ago

okay I will try that

  
  
Posted 2 years ago

Maybe it can be enough to set annotations in ingress section

  
  
Posted 2 years ago

Hi BoredHedgehog47 I'm assuming the nginx on the k8s ingest is refusing the upload to the files server
JuicyFox94 wdyt?

  
  
Posted 2 years ago

Not sure at what level is occurring. What ingress controller are you using?

  
  
Posted 2 years ago