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
Unanswered
Gcp Autoscaler Feature Request: Currently, One Has To Provide The Exact Machine Image To Use In The 'Machine Image' Field. However, I'D Like To Use The Latest Image From An Image Family. In

GCP Autoscaler Feature Request:

Currently, one has to provide the exact machine image to use in the 'Machine Image' field. However, I'd like to use the latest image from an image family. In gcloud cli this is achieved by providing --image-family rather than --image . I imagine the backend currently uses the python sdk equivalent of --image so it should be quite a minor change to enable image-family instead 🙏

  
  
Posted 13 hours ago
Votes Newest

Answers

3 Views
0 Answers
13 hours ago
4 hours ago
Tags