Hi @Tobias Babin ,
Recreating a new cluster is the straight forward way to go around this. However, there is a workaround that you might want to try:
1- Stop the AKS cluster
2- Delete all the VMSS (nodepools) from the MC resource group. (to release all the attached NICs from the subnet)
3- Delete the old subnet
4- Create a new subnet with the same name as the old subnet and a different IP range.
5- Start the cluster
Please Accept the answer if the information helped you. This will help us and others in the community as well.
Thanks.