kubernetes-sigs / cluster-api-provider-packet

Cluster API Provider Packet (now Equinix Metal)
https://deploy.equinix.com/labs/cluster-api-provider-packet/
Apache License 2.0
100 stars 41 forks source link

removing the support for older packet-ccm cloud provider #681

Closed displague closed 10 months ago

displague commented 11 months ago

Consider removing the support for older packet-ccm cloud provider entirely, only supporting cloud-provider-equinix-metal (equinixmetal prefix). The method of introspection we used to figure out which cloud provider folks had installed:

Originally posted by @cprivitere in https://github.com/kubernetes-sigs/cluster-api-provider-packet/issues/674#issuecomment-1836857503

displague commented 11 months ago

Covered in:

displague commented 11 months ago

Removal of the packet-ccm means that we can assert there is only one supported CCM type and we will no longer need to detect which may be running.

The commits above indicated through semantic commit tags that this is a breaking change, as such it will be called out in the release notes.

displague commented 10 months ago

Closed by #691