jdef
jdef
the use case I had in mind was mounting the same "shared" vol instance on multiple hosts as RO. so they'd be mounted on each host as RO and also...
Hi Vladimir! I had started digging through the docker code to check whether this was possible, but was side-tracked. You've answered that question for me. I haven't played around very...
My particular use case is processing line-delimited json, each line may contain an object that has a "result" property, or an "error" property. grpc-gateway follows this protocol for streaming responses....
The behavior of (3) is what I was expecting, and would IMO be least surprising. > Raw is not supported in unions *except* for with None. So result: Raw or...
Last time someone tried updating these, it made problems for k8s. Have the downstream compatibility problems been resolved? If not maybe figure that out first. On Mon, Jun 19, 2023,...
Good call, Saad On Thu, Sep 12, 2024, 2:42 AM Saad Ali ***@***.***> wrote: > We discussed this with at the k8s Storage SIG meeting and the CSI > Community...
Add controller capability to advertise whether mount, block, or both types of Volumes may be created
It sounds like the use case here is to simplify automated testing in k8s land. Or is there another fish to fry? On Sat, Jun 22, 2024, 2:35 PM Eric...
Can you state the use case that's blocked for lack of this requested feature? It's unclear to me how the current API fails to solve whatever problem you're facing. On...
Is there any reason that the discovery YAML/JSON can't be stringified and stored as a "value" in the parameters map? This use case sounds like it's chasing a k8s integration...
It's unclear to me how async comm resolves the problems described here. Async calls could also hang. Async connections can also be disrupted, in which case an idempotent repeat call...