Reinstall of Portworx after removing KVDB disks

I am receiving the following error after reinstalling different Portworx cluster in the Azure AKS.

Type ID Resource Severity Count LastSeen FirstSeen Description
NODE NodeStartFailure 6c1e365e-7799-4abe-aa26-950eceb1ed0f ALARM 1 Jan 29 14:14:45 UTC 2021 Jan 29 14:14:45 UTC 2021 Failed to start Portworx: failed to setup internal kvdb: failed to provision internal kvdb: failed to check if kvdb device type=Premium_LRS,size=150 has partitions: exit status 1
NODE InternalKvdbSetupFailed 6c1e365e-7799-4abe-aa26-950eceb1ed0f ALARM 1 Jan 29 14:14:45 UTC 2021 Jan 29 14:14:45 UTC 2021 failed to setup internal kvdb: failed to provision internal kvdb: failed to check if kvdb device type=Premium_LRS,size=150 has partitions: exit status 1

Why the KVDB is not recreated after the second installation? Can you help me?

I removed the previous cluster with the command:
curl -fsL https://install.portworx.com/px-wipe | bash

lets get this details for further investigations

kubectl logs -n kube-system -l name=portworx --tail=99999

and

kubectl get ds portworx -n kube-system -o yaml