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
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 2 months ago
Votes Newest

Answers


Hi @<1529271085315395584:profile|AmusedCat74> , we'll appreciate this as a github issue 🙂

  
  
Posted 2 months ago
174 Views
1 Answer
2 months ago
one month ago
Tags