Assigned
Status Update
Comments
hi...@google.com <hi...@google.com>
hi...@google.com <hi...@google.com> #2
Hello,
Thank you for reaching out. I'm going to create an internal feature request. Please keep in mind that this feature request has to be analyzed and considered by the product team and I can't provide you ETA for it to be delivered. However, you can keep track of the status by following this thread.
hi...@google.com <hi...@google.com> #5
Hi Tony,
You are right, that approach does not seems to work. I've requested an update for this behavior to the product team, they are still evaluating this report, in the meantime if this is impacting you environment I would suggest you to open a GCP Support case with the Business Impact that you are having so it can be handled with the proper priority.
al...@google.com <al...@google.com> #6
Hello,
It seems the expression has a syntax error. Could you please try this filter instead?
$ gcloud compute images list --filter="name~centos|family~centos AND status=READY"
It seems the expression has a syntax error. Could you please try this filter instead?
$ gcloud compute images list --filter="name~centos|family~centos AND status=READY"
to...@hofstadter.io <to...@hofstadter.io> #7
any updates here?
Description
Referencing https://issuetracker.google.com/issues/178011141 since it was closed prematurely due to insufficient testing / reproduction and the issue remains.
The following command demonstrates the issue
gcloud compute images list --filter="name~centos AND family~centos AND status=READY"
removing any one of the three clauses returns results. This seems to be specific to occur with two regex + another filter. adding an exact filter as above or a third regex causes the error message