Results 75 comments of James Ravn

Multi-attached EBSs have several limitations. I'm wondering how people are expecting to actually use this? It won't be as simple as attaching a PVC to multiple pods: > Standard file...

> Those caveats are common to multiple writers on any shared block storage aren't they? > > Our application is to write once, detach the writer and then attach read...

Sorry, deleted my comment because I felt I was going way off topic. I agree the driver should just focus on the block storage part. AFAIK there is no "fsType"...

Thanks, I'll give it a try. It sort of feels like a github bug to be honest - maybe there is a race between the api and the git push.

Seems to happen when I change other fields as well, it's not clear what exactly triggers this bug. For example, I made this change to a Pipeline today: ``` modified...

Okay, I think I figured out the cause. After applying the Pipeline, the resource in Kubernetes ends up with a `null` spec field inside of TaskSpec: ```yaml taskSpec: metadata: {}...

This is still an issue for me as of v0.0.19. Primarily go-build and pulumi_auto directories. It fills up then the pod is evicted. Seems like they never get cleaned. Should...

This is a must have imo. Kubernetes itself provides the concept of immutable vs mutable configmaps now as well. In our case, we have dynamic config that is hot reloaded...