https://pulumi.com logo
Title
c

cuddly-shoe-42553

05/15/2023, 11:11 AM
Hello 🙂 I just began to use Pulumi, while trying some of my local deployments I wonder if it's have solution for "Released" status PVs. Before using Pulumi, I just made spec.claimRef into Null to make it "Available" via kubectl. Below things are what I tried so far 1. I thought I can make if condition using PersistentVolume.get() result, but I couldn't 😞 2. Using Provider, I tried ServerSideApply, but PV was not recreated and got Timeout error Please share your solution 🙏