Hello, We are trying to migrate from our PDB v1be...
# kubernetes
b
Hello, We are trying to migrate from our PDB v1beta to v1. For some reason, pulumi always delete the v1beta when doing the apply and the v1.
Copy code
kubernetes:policy/v1:PodDisruptionBudget (pet-store):
    error: update of resource namespace/pet-store failed because the Kubernetes API server reported that it failed to fully initialize or become live: poddisruptionbudgets.policy "pet-store" not found
We need to run a refresh of the pulumi stack and doing a up again to fix it.
Any ideas?
s
until you find a fix:
pulumi up --refresh
🙂
b
yup that’s what we did 🙂