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
Has Anybody Had Success Serving A Clearml Server With Traefik Https Tunneling?

Has anybody had success serving a ClearML Server with Traefik HTTPS tunneling?

  
  
Posted 8 days ago
Votes Newest

Answers


I tried setting up the Traefik Load Balancer to expose the on-prem server externally using the subdomain configuration.
I see this in /opt/clearml/logs/filerserver.log

[2024-12-11 15:20:09,439] [8] [WARNING] [urllib3.connectionpool] Retrying (Retry(total=239, connect=3, read=240, redirect=240, status=240)) after c
onnection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ceb8bf3cf70>: Failed to establish a new connection: [Errno
 -2] Name or service not known')': /auth.login

And the attached screenshot in the browser
image

  
  
Posted 7 days ago
38 Views
1 Answer
8 days ago
6 days ago
Tags