This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Description
What steps did you take and what happened:
The clusters created using Cluster API provider packet and Cloud Provider Equinix Metal assigns an public Elastic IP to the devices. It does not get cleaned up even after all the resources are deleted.
Deletion of the cluster is done using kubectl delete cluster -A and the cluster also got deleted from k8s and equinix console
What did you expect to happen:
All the resources created by CPEM and CAPI provider should be cleaned up. If there are any errors, it should display warnings for the remaining resources for which the cleanup has to be manual from console
Environment:
- cloud-provider-equinix-metal version: v3.6.2
- cluster-api-provider-packet version: v0.7.2
- Kubernetes version: (use
kubectl version): v1.27
- OS (e.g. from
/etc/os-release): MacOS