File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,14 @@ In order to deploy a K8s cluster with CAPMOX, you require the following:
4646
4747In order to install Cluster API Provider for Proxmox VE, you need to have a Kubernetes cluster up and running, and ` clusterctl ` installed.
4848
49- We need to add the Proxmox VE infrastructure provider and the IPAM provider to your clusterctl config file ` ~/.cluster-api/clusterctl.yaml ` :
49+
50+ We need to add the IPAM provider to your clusterctl config file ` ~/.cluster-api/clusterctl.yaml ` :
5051
5152``` yaml
5253providers :
5354 - name : in-cluster
5455 url : https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/latest/ipam-components.yaml
5556 type : IPAMProvider
56- - name : proxmox
57- url : https://github.com/ionos-cloud/cluster-api-provider-proxmox/releases/latest/infrastructure-components.yaml
58- type : InfrastructureProvider
5957` ` `
6058
6159### Configuring and installing Cluster API Provider for Proxmox VE in a management cluster
You can’t perform that action at this time.
0 commit comments