Blake Jackson
Blake Jackson
@jlaffaye Any updates on this? Some organizations require a semantic version to use the code.
@rmoff what are your thoughts on using something like this - https://github.com/ory/dockertest
I found an [RFC](https://github.com/flyteorg/flyte/blob/v1.10.7-b4/rfc/system/0001-flyte-execution-tags.md) that references `tags` as a new, first class attribute that could potentially solve our use-case.
So am I able to point to an analyzer from the searchable closure definition? If I have a multi_match, and want to apply a lowercase analyzer to the untouched property,...
As a work around for this(I didn't want to install aws cli on the manger node), I was able to utilize the aws cli on the "guide-aws" container that is...
As far as I can tell, this cron works: `$ docker exec -it guide-aws sh -c 'aws ecr get-login --region us-east-1' | tr -d '\r' > login && ./login` Followed...
We're seeing the same thing, and were curious if something like below would work: ```yaml .... - action: drop regex: Succeeded|Failed|Completed source_labels: - __meta_kubernetes_pod_phase ```