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, 382 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
other will come in near future hopefully 😄
4 years ago
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K Views
3 years ago
0 Votes
29 Answers
2K Views
0 Votes 29 Answers 2K Views
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi everyone!
4 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K 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...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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...
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K 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): ...
3 years ago
2 years ago
2 years ago
0 Hi, Is Clearml-Server Compatible With Latest Versions Of Es ( > 7.6.2)?

Just one more info: atm I tested Elastic v7.10.* . I still didn't tested 7.11-7.12-7.13

3 years ago
0 Hi Folks, I Just Deployed A Clearml Agent Using The Helm Chart. I Have A Few Doubts:

I suggest to try exec into agent pod and try to do some kubectl command like a simple kubectl get pod

2 years ago
0 Is There A Way To Deploy It Without Using Kind? Seems That Kind Taking Over The Control-Plane Configuration In A Way I Can'T See The Other Pods Or Nodes That Keep Running

this is a clear issue with provisioner not handling the pvc request for any pod having a pvc. It’s not related chart but provisioner you are suing that probably doesn’t support dynamic allocation. what provisioner are you using?

2 years ago
0 Hi I Have A Problem (Presumably) With K8Sglue-Agents Working Roughly 50% Of The Time. Basically What Happens Is When I Launch A Pipeline From Command Line, It Ends Up In "Pending" State And Dissapears From All Of The Queues. Initially It First Appears On

this is a connection fail from agent to apiserver. the flow should be aget-pod -> apiserver svc -> apiserver pod. maybe also apiserver can have something in ogs that can be checked

2 years ago
0 Hi Folks, I Just Deployed A Clearml Agent Using The Helm Chart. I Have A Few Doubts:

I wouldn’t say it’s related RBAC because the issue seems Networking realted so connection timed out

2 years ago
0 Hi I Have A Problem (Presumably) With K8Sglue-Agents Working Roughly 50% Of The Time. Basically What Happens Is When I Launch A Pipeline From Command Line, It Ends Up In "Pending" State And Dissapears From All Of The Queues. Initially It First Appears On

This is clearly a network issue; first I’d check there are no restarts of apiserver during that timespan. It’s not easy to debug this since it looks to be random but it can be interesting to check k8s networking configuration overall just to be sure.

2 years ago
0 Hi Folks, I Just Deployed A Clearml Agent Using The Helm Chart. I Have A Few Doubts:

you can workaround the issue mlunting the kubeconfig but I guess the issue is someway to be investigated

2 years ago
0 Hi ! Trying To Run A Local Version (Docker) And Have Some Troubles With My Mac . Do You Know If The Online Documentation Support The Latest Version Of Macos?

if you have problems with other images I suggest to run docker in emulation mode so you can run amd64 images

one year ago
0 Hello All! I Am New To Clearml And Recently Installed Clearml-Server On My K8 Cluster Via The Helm Charts. I Am Now Trying To Run The Aws Auto-Scaler Just Via The Ui, However There Doesnt Seem To Be A "Services" Queue And When I Create One (Just By Name I

It’s about strategy. If you have ClearML server installed on k8s I guess you want to run task on same k8s cluster. In this case using latest clearml-agent chart is the way to go that uses glue agent uinder the hood. Basically what happens is agent will spin new pod when a new task is enqueued in related queue. At this point it’s k8s duty to have enough resources to spawn the pod and this can be achieved in two ways:
you have enough resources already there you have a k8s autoscaler that can sp...

2 years ago
0 Hey Guys, I'M Having The Strangest Error Ever... I'Ve Installed Clearml Using Helm On Our K8S Server, And Now The Fileserver Complains That It Has No Permission To Access The Mounted Volume. I Have In The Yaml The Config:

did you tried to create a debug pod with a mount using ceph storageclass? you can start from here https://downey.io/notes/dev/ubuntu-sleep-pod-yaml/ then add the pvc and the mount. then you should exec into the pod and try to write a dummy file on the mount; I suspect the problem is there

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

in Enterprise we support multiqueueing but it’s a different story

2 years ago
0 Does The New 2.0 Helm Charts (App Ver 1.1.0) Not Support Nfs?

btw a good practice is to keep infrastructural stuff decoupled from applications. What about using https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner ? After applying that chart you can simply use the generated storage class; wdyt?

3 years ago
0 Hi Folks, I Just Deployed A Clearml Agent Using The Helm Chart. I Have A Few Doubts:

I guess yes but honestly I’m not sure you will get the right results

2 years ago
0 The Clearml Helm Charts Page Is Gone?

Hi, not really sure if these is any problem with Github CDN but it looks fine to me right now: https://github.com/allegroai/clearml-helm-charts/issues/155

2 years ago
Show more results compactanswers