Hello :slightly_smiling_face: I just began to use ...
# kubernetes
c
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 🙏