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
Need Some Help With Shell Script For A Task That Is Not Running From What I Can See: Have A

Need some help with shell script for a task that is not running from what I can see:

Have a apt-get install -y poppler-utils and I don’t see it being installed in pod logs or the task logs. When using k8s glue who ensures that this script is executed before running a task?

  
  
Posted 2 years ago
Votes Newest

Answers 11


Updating to 1.1.0 gives this error:

ERROR: Could not push back task [e55e0f0ea228407a921e004f0d8f7901] to k8s pending queue [c288c73b8c434a6c8c55ebb709684b28], error: Invalid task status (Task already in requested status): current_status=queued, new_status=queued

  
  
Posted 2 years ago

is it known?

That's actually strange since this comes immediately after forcing the task to the stopped state

  
  
Posted 2 years ago

It's part of the k8s glue job to make sure the script will be executed. Are you using the latest agent version v1.1.0?

  
  
Posted 2 years ago

It's somewhere in the glue/k8s.py file, don't have it in front of me right now 🙂

  
  
Posted 2 years ago

If you don’t mind, can you point me at the code where this happens?

  
  
Posted 2 years ago

Would this be it? 

Nope, that's about updating the default container settings back to the task

  
  
Posted 2 years ago

I am on 1.0.0

  
  
Posted 2 years ago

is it known?

  
  
Posted 2 years ago

What server version are you using?

  
  
Posted 2 years ago

There was a fix related to this feature on the latest agent version, you'll need to use 1.1.0

  
  
Posted 2 years ago
605 Views
11 Answers
2 years ago
one year ago
Tags
Similar posts