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
PerfectSeaurchin36
Moderator
1 Question, 14 Answers
  Active since 18 February 2025
  Last activity 6 months ago

Reputation

0

Badges 1

14 × Eureka!
0 Votes
19 Answers
567 Views
0 Votes 19 Answers 567 Views
Hello, I wanted to test out clearml and installed the 7.14.2 helm chart. The deployment looks ok. I can access the webui and create workspace API credentials...
6 months ago
0 Hello, I Wanted To Test Out Clearml And Installed The 7.14.2 Helm Chart. The Deployment Looks Ok. I Can Access The Webui And Create Workspace Api Credentials. What I Can’T Do Is.

Just to make sure the domain is available I did

jovyan@hub-54bbb78ff4-bphnj:/srv/jupyterhub$ dig api-clearml.domain.duckdns.org

; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> api-clearml.domain.duckdns.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1149
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: 3ac65d14c9554b0f (echoed)
;; QUESTION SECTION:
;ap...
6 months ago
0 Hello, I Wanted To Test Out Clearml And Installed The 7.14.2 Helm Chart. The Deployment Looks Ok. I Can Access The Webui And Create Workspace Api Credentials. What I Can’T Do Is.

I also tried

Task.set_credentials(
     api_host="
",
     web_host="
",
     files_host="
",
     key='E5BYXIM0JXX5N9MRZSHEE2ACKXPTY2',
     secret='govErSIYdtu-67EBGVPhriMOOB0QCT_OZ_B2073rGjYO14uYP802dMuOk1_oVV4STxY'
)

Same result

6 months ago
0 Hello, I Wanted To Test Out Clearml And Installed The 7.14.2 Helm Chart. The Deployment Looks Ok. I Can Access The Webui And Create Workspace Api Credentials. What I Can’T Do Is.

Spun up a jupyterlab locally and was able to connect with clearml. This is obviously a problem with networking on my k8s cluster.

6 months ago
0 Hello, I Wanted To Test Out Clearml And Installed The 7.14.2 Helm Chart. The Deployment Looks Ok. I Can Access The Webui And Create Workspace Api Credentials. What I Can’T Do Is.

I also couldn’t see any example credentials in the documentation but the bucket is not public so should I assume that credentials will be used if set?

6 months ago
0 Hello, I Wanted To Test Out Clearml And Installed The 7.14.2 Helm Chart. The Deployment Looks Ok. I Can Access The Webui And Create Workspace Api Credentials. What I Can’T Do Is.

Oh. I see what you mean now.

“To force usage of a non-AWS endpoint, port declaration is always needed (e.g. host: "my-minio-host:9000" ), even for standard ports like 433 for HTTPS (e.g. host: "my-minio-host:433" ).”

6 months ago
0 Hello, I Wanted To Test Out Clearml And Installed The 7.14.2 Helm Chart. The Deployment Looks Ok. I Can Access The Webui And Create Workspace Api Credentials. What I Can’T Do Is.

Hi @<1523701070390366208:profile|CostlyOstrich36>

Thanks for looking at this.

  • Pasted the body below
{
	"aws": {
		"key": "emEijEB2wZtj1rgaUN3y",
		"secret": "oTxr3w3nlygv85oULOBWkaJi6Zj41OFBLB1e1m0L",
		"region": "",
		"token": "",
		"use_credentials_chain": false,
		"buckets": [{
			"bucket": "clearml",
			"host": "
",
			"key": "emEijEB2wZtj1rgaUN3y",
			"secret": "oTxr3w3nlygv85oULOBWkaJi6Zj41OFBLB1e1m0L",
			"token": "",
			"secure": false,
			"region": "",
			"ver...
6 months ago