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
CornyLobster42
Moderator
2 Questions, 3 Answers
  Active since 26 April 2025
  Last activity 3 months ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
3 Answers
506 Views
0 Votes 3 Answers 506 Views
4 months ago
0 Votes
6 Answers
498 Views
0 Votes 6 Answers 498 Views
3 months ago
0 Hi, I Am Trying To Set Up The Gcp Autoscaler. I Created A Gcp Service Account And Granted It The Following Roles: Compute Admin, Service Account User, And Logs Writer. I Then Added Its Credentials Under The Gcp Credentials Section In Clearml. Vm Instanc

The image I sent was the output I got from my VMs. I eventually enabled the AutoScaler, successfully scheduling the tasks. However, I now have another issue: how can I use an image available in our GCP Artifact Registry?
I added the Artifact Registry Reader role to the service account used by the AutoScaler, and in the initialization script, I included Docker authentication ( gcloud auth configure-docker ) as well as a Docker pull command for the image from the Artifact Registry.
Howeve...

4 months ago