@@ -281,7 +281,7 @@ Additional documentation about experimental features can be found in [Experiment
281
281
Depending on the infrastructure provider you are planning to use, some additional prerequisites should be satisfied
282
282
before getting started with Cluster API. See below for the expected settings for common providers.
283
283
284
- {{# tabs name:"tab-installation-infrastructure" tabs:"Akamai (Linode),AWS,Azure,CloudStack,DigitalOcean,Docker,Equinix Metal, GCP,Harvester,Hetzner,Hivelocity,Huawei,IBM Cloud,IONOS Cloud,K0smotron,KubeKey,KubeVirt,Metal3,Nutanix,OCI,OpenNebula,OpenStack,Outscale,Proxmox,VCD,vcluster,Virtink,vSphere,Vultr"}}
284
+ {{# tabs name:"tab-installation-infrastructure" tabs:"Akamai (Linode),AWS,Azure,CloudStack,DigitalOcean,Docker,GCP,Harvester,Hetzner,Hivelocity,Huawei,IBM Cloud,IONOS Cloud,K0smotron,KubeKey,KubeVirt,Metal3,Nutanix,OCI,OpenNebula,OpenStack,Outscale,Proxmox,VCD,vcluster,Virtink,vSphere,Vultr"}}
285
285
{{# tab Akamai (Linode)}}
286
286
287
287
` ` ` bash
@@ -547,20 +547,6 @@ export CLUSTER_TOPOLOGY=true
547
547
clusterctl init --infrastructure docker
548
548
` ` `
549
549
550
- {{# /tab }}
551
- {{# tab Equinix Metal}}
552
-
553
- In order to initialize the Equinix Metal Provider (formerly Packet) you have to expose the environment
554
- variable ` PACKET_API_KEY` . This variable is used to authorize the infrastructure
555
- provider manager against the Equinix Metal API. You can retrieve your token directly
556
- from the Equinix Metal Console.
557
-
558
- ` ` ` bash
559
- export PACKET_API_KEY=" 34ts3g4s5g45gd45dhdh"
560
-
561
- clusterctl init --infrastructure packet
562
- ` ` `
563
-
564
550
{{# /tab }}
565
551
{{# tab GCP}}
566
552
@@ -916,7 +902,7 @@ before configuring a cluster with Cluster API. Instructions are provided for com
916
902
Otherwise, you can look at the `clusterctl generate cluster` [command][clusterctl generate cluster] documentation for details about how to
917
903
discover the list of variables required by a cluster templates.
918
904
919
- {{#tabs name:"tab-configuration-infrastructure" tabs:"Akamai (Linode),AWS,Azure,CloudStack,DigitalOcean,Docker,Equinix Metal, GCP,Harvester,Huawei,IBM Cloud,IONOS Cloud,K0smotron,KubeKey,KubeVirt,Metal3,Nutanix,OpenNebula,OpenStack,Outscale,Proxmox,Tinkerbell,VCD,vcluster,Virtink,vSphere,Vultr"}}
905
+ {{#tabs name:"tab-configuration-infrastructure" tabs:"Akamai (Linode),AWS,Azure,CloudStack,DigitalOcean,Docker,GCP,Harvester,Huawei,IBM Cloud,IONOS Cloud,K0smotron,KubeKey,KubeVirt,Metal3,Nutanix,OpenNebula,OpenStack,Outscale,Proxmox,Tinkerbell,VCD,vcluster,Virtink,vSphere,Vultr"}}
920
906
{{#tab Akamai (Linode)}}
921
907
922
908
```bash
@@ -1046,35 +1032,6 @@ It is also possible but **not recommended** to disable the per-default enabled [
1046
1032
export POD_SECURITY_STANDARD_ENABLED="false"
1047
1033
```
1048
1034
1049
- {{#/tab }}
1050
- {{#tab Equinix Metal}}
1051
-
1052
- There are several required variables you need to set to create a cluster. There
1053
- are also a few optional tunables if you' d like to change the OS or CIDRs used.
1054
-
1055
- ` ` ` bash
1056
- # Required (made up examples shown)
1057
- # The project where your cluster will be placed to.
1058
- # You have to get one from the Equinix Metal Console if you don't have one already.
1059
- export PROJECT_ID=" 2b59569f-10d1-49a6-a000-c2fb95a959a1"
1060
- # This can help to take advantage of automated, interconnected bare metal across our global metros.
1061
- export METRO=" da"
1062
- # What plan to use for your control plane nodes
1063
- export CONTROLPLANE_NODE_TYPE=" m3.small.x86"
1064
- # What plan to use for your worker nodes
1065
- export WORKER_NODE_TYPE=" m3.small.x86"
1066
- # The ssh key you would like to have access to the nodes
1067
- export SSH_KEY=" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDvMgVEubPLztrvVKgNPnRe9sZSjAqaYj9nmCkgr4PdK username@computer"
1068
- export CLUSTER_NAME=" my-cluster"
1069
-
1070
- # Optional (defaults shown)
1071
- export NODE_OS=" ubuntu_18_04"
1072
- export POD_CIDR=" 192.168.0.0/16"
1073
- export SERVICE_CIDR=" 172.26.0.0/16"
1074
- # Only relevant if using the kube-vip flavor
1075
- export KUBE_VIP_VERSION=" v0.5.0"
1076
- ` ` `
1077
-
1078
1035
{{#/tab }}
1079
1036
{{#tab GCP}}
1080
1037
@@ -2002,7 +1959,6 @@ kind delete cluster
2002
1959
[KubeVirt]: https://kubevirt.io/
2003
1960
[oci-provider]: https://oracle.github.io/cluster-api-provider-oci/#getting-started
2004
1961
[openstack-resource-controller]: https://k-orc.cloud/
2005
- [Equinix Metal getting started guide]: https://github.com/kubernetes-sigs/cluster-api-provider-packet#using
2006
1962
[provider]:../reference/providers.md
2007
1963
[provider components]: ../reference/glossary.md#provider-components
2008
1964
[vSphere getting started guide]: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/master/docs/getting_started.md
0 commit comments