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

Commit e8c2905

Browse files
committed
docs: add facility deprecation warning
Signed-off-by: Chris Privitere <[email protected]>
1 parent 2a46053 commit e8c2905

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ This is the official [cluster-api](https://github.com/kubernetes-sigs/cluster-ap
1010

1111
![Packetbot works hard to keep Kubernetes cluster in a good shape](./docs/banner.png)
1212

13+
## Ugrading to v0.7.X
14+
15+
**IMPORTANT** Before you upgrade, please note that Facilities have been deprecated as of version v0.7.0
16+
17+
* Newly generated cluster yaml files will use Metro by default.
18+
* Facility is still usable, but should be moved away from as soon as you can
19+
* See here for more info on the facility deprecation: [Bye Facilities, Hello (again) Metros](https://feedback.equinixmetal.com/changelog/bye-facilities-hello-again-metros)
20+
* If you would like to upgrade your existing clusters from using facilities to using metros, please work with your Equinix support team to figure out the best course of action. We can also provide some support via our [community Slack](https://slack.equinixmetal.com/) and the [Equinix Helix community site](https://community.equinix.com/).
21+
* The basic requirement will be to replace `facility: sv15` with `metro: sv` (insert your correct metro instead of sv, for more information check out our [Metros documentation](https://deploy.equinix.com/developers/docs/metal/locations/metros/)) in your existing PacketCluster and PacketMachine objects and/or yaml files used to reconcile those objects (if you're say, managing them via GitOps)
22+
* The expectation is that if the devices are already in the correct metros you've specified, no disruption will happen to clusters or their devices.
23+
1324
## Requirements
1425

1526
To use the cluster-api to deploy a Kubernetes cluster to Equinix Metal, you need the following:

0 commit comments

Comments
 (0)