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
AppetizingKoala83
Moderator
3 Questions, 6 Answers
  Active since 07 February 2024
  Last activity 3 months ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
5 Answers
161 Views
0 Votes 5 Answers 161 Views
I'm trying to use K8s-glue agent, to do so, I've followed the next steps: - Created NS clearml - Created secret from template: apiVersion: v1 kind: Secret me...
3 months ago
0 Votes
5 Answers
154 Views
0 Votes 5 Answers 154 Views
I ran a test job and got error on clearml import line: Environment setup completed successfully Starting Task Execution: Traceback (most recent call last): F...
3 months ago
0 Votes
3 Answers
205 Views
0 Votes 3 Answers 205 Views
I've just run a new instance of ClearML and run agent using clearml-agent image I've pushed a simple job to the queue and it's start to run, after finish pip...
3 months ago
0 I'M Trying To Use K8S-Glue Agent, To Do So, I'Ve Followed The Next Steps:

I did't use chart, I've used this example: None

But I tried use the build-resources and build my own image, with kubectl installed by me, and it worked 🙂

3 months ago
3 months ago
0 I'M Trying To Use K8S-Glue Agent, To Do So, I'Ve Followed The Next Steps:

I think the kubectl version need to fit the cluster, or higher

3 months ago
0 I'Ve Just Run A New Instance Of Clearml And Run Agent Using Clearml-Agent Image I'Ve Pushed A Simple Job To The Queue And It'S Start To Run, After Finish

I think the docker agent is creating docker containers inside, and not passing the clearml.conf file.
Is there any ENV I can use to make this happend?
I've tried:

CLEARML_AGENT_EXTRA_DOCKER_ARGS=" -v /root/clearml.conf:/root/clearml.conf:ro -v /root/.ssh:/root/.ssh:ro "
3 months ago