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
Hello We Are Using Enterprise Version And The Question Is About The Agents And The Queues We Know That We Can Configure Container Image At The Agent Level This Means That Agent Will Use This Base Image To Spawn New Pods Can We Also Configure Container

Hello
We are using enterprise Version and the question is about the Agents and the queues

We know that we can configure container image at the agent level
This means that agent will use this base image to spawn new pods
Can we also configure container image at queue level

We want one agent to spawn pods with different docker images

Is there a way to do it ?

  
  
Posted one month ago
Votes Newest

Answers 3


Hi SucculentKitten7 , you can control the docker image on the task level, either through the code ( Task.set_base_docker ) or through the webUI in the 'execution' section of the task

  
  
Posted one month ago

Let me try

  
  
Posted one month ago

Perfect!
Thanks for this

  
  
Posted one month ago