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
Answered
Hey, I'Ve Spin Up A Worker Using Aws Autoscaler In Clearml Self Hosted Server Running On Kubernetes. However, I Can'T Find The Agent On The Workers Page. Any Idea Why It'S Not Showing Up? Full_Log:

Hey, I've spin up a worker using AWS autoscaler in ClearML self hosted server running on Kubernetes. However, I can't find the agent on the workers page. Any idea why it's not showing up?
full_log:

  
  
Posted 8 months ago
Votes Newest

Answers 4


@<1595587997728772096:profile|MuddyRobin9> are you sure it was able to spin the EC2 instance ? which clearml version autoscaler are you running ?

  
  
Posted 8 months ago

Nicely found @<1595587997728772096:profile|MuddyRobin9> !

  
  
Posted 8 months ago

Hey @<1523701205467926528:profile|AgitatedDove14> ,
I'm using aws_autoscaler.py to create new EC2 instances.
Yup, it does the job of spinning up EC2 instances. You can verify it from the logs where it shows the EC2 instance with ID i-0b4ee42a4fafd220d being created.
image
image

  
  
Posted 8 months ago

solution can be found here: None

  
  
Posted 8 months ago
580 Views
4 Answers
8 months ago
8 months ago
Tags