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
WickedHare16
Moderator
3 Questions, 21 Answers
  Active since 13 August 2024
  Last activity 6 days ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
17 Answers
137 Views
0 Votes 17 Answers 137 Views
👋 Hi everyone!. I was trying to setup clearml in kubernetes using helm chart 7.11.1 . But getting issues with installation with default values of config Non...
one month ago
0 Votes
12 Answers
69 Views
0 Votes 12 Answers 69 Views
Hi
Hi @<1523701070390366208:profile|CostlyOstrich36> , Facing an issues in accessing the notebook preview. This is my own hosted clearml using helm charts
13 days ago
0 Votes
3 Answers
46 Views
0 Votes 3 Answers 46 Views
@<1523701070390366208:profile|CostlyOstrich36> Hey, I just try to switch from public mongo to private and notice, we need database with name auth and backend...
12 days ago
0 Hi

do we have any config for this

12 days ago
one month ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

And what other features are not available in open source?

one month ago
0 Hi

I am not using external elastic search, that why not changed this value

7 days ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

@<1523701070390366208:profile|CostlyOstrich36> can you also explain the dependency of these components with each other

one month ago
0 Hi

hi @<1729671499981262848:profile|CooperativeKitten94> , how can I fix the above issues?

8 days ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

mongodb is not getting failed. with log

[38;5;6mmongodb [38;5;5m12:59:37.86 [0m
[38;5;6mmongodb [38;5;5m12:59:37.86 [0m[1mWelcome to the Bitnami mongodb container[0m
[38;5;6mmongodb [38;5;5m12:59:37.86 [0mSubscribe to project updates by watching [1m
[0m
[38;5;6mmongodb [38;5;5m12:59:37.86 [0mSubmit issues and feature requests at [1m
[0m
[38;5;6mmongodb [38;5;5m12:59:37.86 [0m
[38;5;6mmongodb [38;5;5m12:59:37.86 [0m[38;5;2mINFO [0m ==> ** Starting MongoDB setup **...
one month ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

@<1523701070390366208:profile|CostlyOstrich36> thanks for doc

one month ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

api server contain these logs

[2024-08-13 18:06:32,523] [9] [WARNING] [clearml.service_repo] Returned 400 for in 0ms, msg=Invalid request path /
[2024-08-13 18:06:35,178] [9] [INFO] [clearml.service_repo] Returned 200 for debug.ping in 0ms
[2024-08-13 18:06:35,179] [9] [INFO] [clearml.service_repo] Returned 200 for debug.ping in 0ms
[2024-08-13 18:06:45,179] [9] [INFO] [clearml.service_repo] Returned 200 for debug.ping in 0ms
[2024-08-13 18:06:45,181] [9] [INFO] [clearml.service_repo] ...
one month ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

Hi @<1523701070390366208:profile|CostlyOstrich36>
Getting issue in setting python local config using clearml-init

Verifying credentials ...
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)'))': /auth.login
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after conn...
one month ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

I have also added the certificated to keychain

one month ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

I have setup the infra in k8s and it working now. Now i am trying to create the new user, but the User & group tab in settings page is not visible to any pre-existing users

one month ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

@<1523701070390366208:profile|CostlyOstrich36> Found the issues and fixed it

one month ago
12 days ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

WebApp: 1.16.0-494 • Server: 1.16.0-494 • API: 2.30

one month ago
0 Hi
clearml:
  cookieName: "clearml-token-k8s"
  cookieDomain: ""
  # -- Company name
  defaultCompany: "pixis"
  # -- Api Server basic auth key
  apiserverKey: GGS9F4M6XB2DXJ5AFT9F
  # -- Api Server basic auth secret
  apiserverSecret: 2oGujVFhPfaozhpuz2GzQfA5OyxmMsR3WVJpsCR5hrgHFs20PO
  # -- File Server basic auth key
  fileserverKey: XXCRJ123CEE2KSQ068WO
  # -- File Server basic auth secret
  fileserverSecret: YIy8EVAC7QCT4FtgitxAQGyW7xRHDZ4jpYlTE7HKiscpORl1hG
  # -- Readiness probe basi...
13 days ago
0 Hi

This is continuous error in apiserver

[2024-09-06 08:46:59,887] [9] [ERROR] [clearml.queue_metrics] Failed collecting queue metrics: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
Traceback (most recent call last):
File "/opt/clearml/apiserver/bll/queue/queue_metrics.py", line 311, in start
queue_metrics.log_queue_metrics_to_es(queue.company, [queue])
File "/opt/clearml/apiserver/bll/queue/queue_metrics.py", line 83, in log_queue_metrics_to_es
self.es.index(...
12 days ago
0 Hi

One more thing, I am uploading the plot, but it is not visible
image

12 days ago
0 Hi

Mongo

6 days ago
0 Hi

Thanks @<1729671499981262848:profile|CooperativeKitten94> it working now.

12 days ago
0 Hey, I Just Try To Switch From Public Mongo To Private And Notice, We Need Database With Name

Mean public hosted to self hosted mongo @<1523701070390366208:profile|CostlyOstrich36>

9 days ago