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
JuicyFox94
Moderator
11 Questions, 352 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
12 Answers
199 Views
0 Votes 12 Answers 199 Views
Just curious about the pipeline decorator example, I tried to run it in my cluster (latest chart as ususal 😄 ) and I got Traceback (most recent call last): ...
one year ago
0 Votes
23 Answers
212 Views
0 Votes 23 Answers 212 Views
Hi, I'm trying to set storage manager to use our internal MiniIO installation but I ran into this issue with this testing code: from trains import Task, Stor...
2 years ago
0 Votes
29 Answers
213 Views
0 Votes 29 Answers 213 Views
2 years ago
0 Votes
2 Answers
223 Views
0 Votes 2 Answers 223 Views
Hi, do you have a channel for dev/contributors on your github repos? I see only a but no one si there. I think a specific dev channel would be great and help...
2 years ago
0 Votes
3 Answers
208 Views
0 Votes 3 Answers 208 Views
Hi, how can I obtain current task using a pipeline with decorators? more specific, I need logger = task.get_logger()but I don't have task using pipelines dec...
one year ago
0 Votes
2 Answers
208 Views
0 Votes 2 Answers 208 Views
Hi everyone, there are 3 PR on https://github.com/allegroai/trains-server-k8s/pulls that are still waiting in the wings after more than 20 days. There is any...
2 years ago
0 Votes
21 Answers
182 Views
0 Votes 21 Answers 182 Views
2 years ago
0 Votes
1 Answers
231 Views
0 Votes 1 Answers 231 Views
Since I’m using Trains on K8s with my team I started to dig into the Helm chart that needs tweaks. I just started exploring the chart so I just put a first s...
2 years ago
0 Votes
4 Answers
198 Views
0 Votes 4 Answers 198 Views
Hi everyone, I had a request to use task_overrides during a pipeline step. The goal is to set the OUTPUT DESTINATION on the fly so: pipe.add_step(name='creat...
2 years ago
0 Votes
0 Answers
214 Views
0 Votes 0 Answers 214 Views
Hi everyone!
2 years ago
0 Votes
0 Answers
213 Views
0 Votes 0 Answers 213 Views
other will come in near future hopefully 😄
2 years ago
0 Hi, We Are Using Clearml On Gcp K8S Using The Clearml-Helm-Charts, We Noticed That After Restarting The Apiserver Pod, The User Credentials We Added For The Secret.Credentials.Apiserver And Secret.Credentials.Tests In The Values.Yaml Are Being Deleted Any

Hey ApprehensiveSeahorse83 , I didn’t forget about you, it’s just a busy time for me; will answer during the day after a couple of more tests on my testing env.

one year ago
0 Hi, We Are Using Clearml On Gcp K8S Using The Clearml-Helm-Charts, We Noticed That After Restarting The Apiserver Pod, The User Credentials We Added For The Secret.Credentials.Apiserver And Secret.Credentials.Tests In The Values.Yaml Are Being Deleted Any

O k, I’d like to test it more with you; credentials exposed in chart values are system ones and it’s better to not change them; let’s forget about them for now. If you create a new accesskey/secretkey pair in ui, you should use these ones in your agents and they shuld not get overwritten in any way; can you confirm it works without touching credentials section?

one year ago
0 What Could Cause A Queue To Be Recreated Automatically? I Experimented With The Autoscaler With Queue Name

mmmmm should not be related chart as far as I know, I’m going to ping SuccessfulKoala55 ; maybe he can chime in because I’m not sure why it’s happening

one year ago
0 Hey, So I’Ve Deployed Clearml On K8S Through The Helm Charts Repo But The Left Side Menu Is Not Visible..

I’m guessing if I can set it trough Helm chart by default, will investigate by the end of the week, ty ScrawnyLion96 to point me on this interesting behavior!

one year ago
0 Hi Team, I Have A Hosted Clearml Server. When I Upload A Large Artifact (Around 25Mb) To The

thanks for letting us know, I took a n ote for more tests on liveness, ty again!

7 months ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

on OSS it’s usually the only way to as many agent deployments for any queue you define

4 months ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

Hi DeliciousBluewhale87 , I'm already using an on-premise config (with GitOps paradigm) using a custom helm chart. maybe this is interesting for you

2 years ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

In this case I apologize for confusion. If you are going for AWS autoscaler it's better to follow official way to go, the solution I proposed is for an onpremise cluster containing every componenet without autoscaler. sorry for

2 years ago
0 I Saw A Guide On Setting Up Clearml Server In Kubernetes.

moreover if you are using minikube you can take a try on official helm chart https://github.com/allegroai/clearml-server-helm

2 years ago
0 Hey, Has Any Of You Have Experience With Setting Up Authentication When Self-Hosting Clearml On Kubernetes? I Found Only

so you should be able to pass additional stuff in this field directly during Helm apply

one year ago
0 Hey, Has Any Of You Have Experience With Setting Up Authentication When Self-Hosting Clearml On Kubernetes? I Found Only

additionalConfigs: auth.conf: | auth { # Fixed users login credentials # No other user will be able to login fixed_users { enabled: true pass_hashed: false users: [ { username: "jane" password: "12345678" name: "Jane Doe" }, { username: "john" password: "12345678" name: "John Doe" }, ] } }

one year ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

this will make autoscaler life easier knowiing exactly how much resources you need

4 months ago
0 Hi Folks, I Am Trying To Run Clearml On A Local Kubernetes (Created With Rancher Desktop), But I Am Running Into Issues. I Admit I Am A Complete Noob To K8S, Helm, Clearml Etc. Etc. So I Am Not Sure If I Did Some Very Stupid Mistakes. I Have A K8S Cluste

for fileserver the persistent volume need to be provisioned by a storageclass. Ususally I always set it to standard becase it’s commonly used in public cloud providers

one year ago
Show more results compactanswers