clever-nest-47198
01/28/2021, 6:29 PMvolumeBindingMode
set to wait for first consumer, meaning the PVC won't create the PV until a pod is created that uses it.
Since I'm letting Pulumi dynamically name my PVC, I need to use pvc.metadata.name to fetch the PVC name to use in my Deployment object.
^ That creates a "depends_on" behind the scenes where my Deployment will not be created unless the PVC gets created. The PVC gets blocked on creating (pulumi shows creating... forever) because Pulumi is waiting for the PVC to bind the volume which will never happen. My question is, how does anyone actually use PVC's with Pulumi.billowy-army-68599
<http://pulumi.com/skipAwait|pulumi.com/skipAwait>: "true"