Avi Deitcher

Results 79 issues of Avi Deitcher

Referencing [this comment](https://github.com/lf-edge/eve/pull/1163#issuecomment-654056556) on the blob size reporting. @eriknordmark raised some points: > Will we also have a way to enforce maxsize to that a bad OCI registry can't make...

We have a few places where we do `*.in` files, which are then parsed somehow, primarily some commands called from the `Makefile` and often involving `parse-pkgs.sh`, to generate the actual...

This is a discussion issue to figure out how we handle multiple image yml files. As of this writing, and the recently merged #849, we have multiple rootfs image files:...

This is a discussion issue to figure out how we handle multiple image yml files. As of this writing, and the recently merged #849, we have multiple rootfs image files:...

This is a tracking issue. EVE currently runs as a series of services in containers - mostly a few and one big one called `pillar` - on a device. We...

This is a tracking issue for running pillar as a standalone container. This means, we should be able to do the following _outside_ of a running EVE instance (virtual or...

This is a nice clean example of redis cluster running in k8s. The one challenge is the cluster initialization and adding/removing nodes. Is there any clean self-managing (i.e. autonomous) way...

Excellent tech here. This kind of bridging/integration really does make lives easier! Is there a NewRelicWriter in the works? I would love to see this thing be able to pump...

Are there any plans to offer a resource to generate generic random bytes, perhaps base64-encoded if storage/representation is an issue? * `random_string` generates the requested number of bytes, but is...

When I override the special characters to include the entire set of ascii chars (i.e. 0x00-0xff), it regenerates every single time. ### Terraform Version ``` 0.11.14 ``` ### Affected Resource(s)...

bug