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
I'M Having Issues With The Fileserver, Datasets Are Successfully Uploaded But Downloading Models Or Previewing Thumbnails Of The Dataset Gives A 401. Looks Like Related To

I'm having issues with the fileserver, datasets are successfully uploaded but downloading models or previewing thumbnails of the dataset gives a 401. Looks like related to None . But not sure how to resolve this.

fileserver:
  service:
    type: ClusterIP
  ingress:
    enabled: true
    hostName: "files.clearml.xxx.ai"
    tlsSecretName: "files-clearml-uug-ai-tls"
    annotations:
      kubernetes.io/ingress.class: nginx
      kubernetes.io/tls-acme: "true"
      nginx.ingress.kubernetes.io/ssl-redirect: "true"
      cert-manager.io/cluster-issuer: "letsencrypt-prod"
      nginx.ingress.kubernetes.io/proxy-body-size: "0"
  
  
Posted 21 days ago
Votes Newest

Answers 2


Hi @<1734020156465614848:profile|ClearKitten90> , Download failed from the browser webapp?

  
  
Posted 20 days ago

we made it work thanks to @<1729671499981262848:profile|CooperativeKitten94> ! None

  
  
Posted 19 days ago
99 Views
2 Answers
21 days ago
19 days ago
Tags