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 one year ago
Votes Newest

Answers 8


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

  
  
Posted one year ago

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

  
  
Posted one year ago

Maybe it can be enough to set annotations in ingress section

  
  
Posted one year ago

nginx

  
  
Posted one year 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 one year ago

Would that be under values.yaml for agent?

  
  
Posted one year ago

okay I will try that

  
  
Posted one year ago
632 Views
8 Answers
one year ago
one year ago
Tags