File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -743,15 +743,12 @@ project][vSphere getting started guide].
743
743
{{# /tab }}
744
744
{{# tab Proxmox}}
745
745
746
- First, we need to add the Proxmox infrastructure provider and the IPAM provider to your clusterctl config file ` ~/.cluster-api/clusterctl.yaml` :
746
+ First, we need to add the IPAM provider to your clusterctl config file ` ~/.cluster-api/clusterctl.yaml` :
747
747
` ` ` yaml
748
748
providers:
749
749
- name: in-cluster
750
750
url: https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/latest/ipam-components.yaml
751
751
type: IPAMProvider
752
- - name: proxmox
753
- url: https://github.com/ionos-cloud/cluster-api-provider-proxmox/releases/latest/infrastructure-components.yaml
754
- type: InfrastructureProvider
755
752
` ` `
756
753
757
754
` ` ` bash
You can’t perform that action at this time.
0 commit comments