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
Profile picture
MistyFly99
Moderator
1 Question, 7 Answers
  Active since 31 July 2024
  Last activity one month ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
12 Answers
189 Views
0 Votes 12 Answers 189 Views
Hello Folks! I've deployed ClearML, helm chart version 7.11.1 , on a k8s cluster. I've created ingresses for all three api , web and file servers. I'm trying...
one month ago
0 Hello Folks! I'Ve Deployed Clearml, Helm Chart Version

I saw that there have been similar issues but the resolution wasn't clear. In our case, https works perfectly but the media retreival is running into 401s
image
image

one month ago
0 Hello Folks! I'Ve Deployed Clearml, Helm Chart Version

It looks something like this:

.<redacted>/ClearML_POC/exp2_reporting.705a68df922d46c3848e679774faac5e/metrics/test2/test/test2_test_00000001.png?X-Amz-Date=1722509256352
one month ago
0 Hello Folks! I'Ve Deployed Clearml, Helm Chart Version

Any feedback in how to solve this would be really appreciated! This is currently the only barrier in our way to adopt ClearML

one month ago
0 Hello Folks! I'Ve Deployed Clearml, Helm Chart Version

Yes! This was the magic sauce! Thank you so much @<1523701087100473344:profile|SuccessfulKoala55> ! Really appreciate it

one month ago
0 Hello Folks! I'Ve Deployed Clearml, Helm Chart Version

Hello @<1523701205467926528:profile|AgitatedDove14> ! The address is valid. If i just go to the files server address on my browser, i can see OK . I tried it with both, port forwarding from the service directly, as well as using a file.*.* ingress host, but no joy 😞

one month ago
0 Hello Folks! I'Ve Deployed Clearml, Helm Chart Version

The network tag of dev tools shows this, but there is nothing like CORS being reported in the browser console. This link on its own does not work but the fileserver domain is working and shows an OK message
image
![image](https://clearml-web-assets.s3.amazonaw...

one month ago
0 Hello Folks! I'Ve Deployed Clearml, Helm Chart Version

@<1523701070390366208:profile|CostlyOstrich36> @<1523701087100473344:profile|SuccessfulKoala55>

one month ago