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
21 Answers
2K Views
0 Votes 21 Answers 2K Views
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi everyone!
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
other will come in near future hopefully πŸ˜„
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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
2 Answers
2K Views
0 Votes 2 Answers 2K 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
1 Answers
2K Views
0 Votes 1 Answers 2K 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
12 Answers
2K Views
0 Votes 12 Answers 2K 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): ...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
4 years ago
0 Votes
23 Answers
3K Views
0 Votes 23 Answers 3K 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
29 Answers
2K Views
0 Votes 29 Answers 2K Views
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
4 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

3 years ago
3 years ago
0 We'Re Trying To Upgrade Our Clearml On K8S But We'Re Getting This Error -

about minor releases they are not breaking so it should be linear

3 years ago
0 We'Re Trying To Upgrade Our Clearml On K8S But We'Re Getting This Error -

This is specific K8s infra management, usually I use Velero for backup

3 years ago
0 Does Anyone Know How We Can Restore Clearml On Helms Chart From Existing Snapshots (Aws)?

Just a quick suggestion since I have some more insight on the situation. Maybe you can look at Velero, it should be able to migrate data. If not you can simply create a new fresh install, scale everything to zero, then create some debug pod mounting old and new pvc and copy data between the two. More complex to say it than do it.

2 years ago
0 I Have A Kubernetes Setup Of Clearml 1.7.2 Done With The Official Helm Charts. When I Upgrade To The Latest Version Of Clearml With The Newest Helm Charts, Will The Existing Data Be Migrated (Mongo, Elastic, Redis) ?

but you are starting from major for that is really old and where naming was potentially unconsistent some time so, my suggestion is to backup EVERY pv before proceeding

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

if you already have data over there you may import it

4 years ago
0 Hi, I'M Trying To Set Storage Manager To Use Our Internal Miniio Installation But I Ran Into This Issue With This Testing Code:

our data engineer directly write code in pycharm and test it on the fly with brakpoints. when good we simply commit in git and we set a tag "prod ready"

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

if mounts are already there everywhere you can also mount directly on the nodes on a specific folder then use rancher local path provisioner

4 years ago
0 Hi, I'M Trying To Set Storage Manager To Use Our Internal Miniio Installation But I Ran Into This Issue With This Testing Code:

an implementation of this kind is interesting for you or do you suggest to fork? I mean, I don't want to impact your time reviewing

4 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 Hey Hey, I Having Trouble With Clearml And Albs In The Aws. Could Someone Help Me?

In fact it's the same we are applying to helm charts for k8s

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

Or do you want to dinamically mount directly an nfs endpoint? (I understood you need this one)

4 years ago
3 years ago
0 Hi, I Am Running Clearml Open Source Version On Eks Kubernetes And Trying To Set The Web Login Configurations As Described Here:

with that said, the problem here is ambassador svc I think, still trying some trick

3 years ago
0 Hi, I Am Running Clearml Open Source Version On Eks Kubernetes And Trying To Set The Web Login Configurations As Described Here:

` apiserver:
additionalConfigs:
services.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"...

3 years ago
0 I Have Problem With My Webserver. All Other Pods Are Available

Hi,
that's usually related IPV6/IPV4 stack configuration in your k8s cluster. Are you using just one specific stack?

one year ago
Show more results compactanswers