Skip to content

Commit 73fa1b7

Browse files
committed
Remove clusterctl config for proxmox from quickstart docs
1 parent cd24e19 commit 73fa1b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/book/src/user/quick-start.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -743,15 +743,12 @@ project][vSphere getting started guide].
743743
{{#/tab }}
744744
{{#tab Proxmox}}
745745
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`:
747747
```yaml
748748
providers:
749749
- name: in-cluster
750750
url: https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/latest/ipam-components.yaml
751751
type: IPAMProvider
752-
- name: proxmox
753-
url: https://github.com/ionos-cloud/cluster-api-provider-proxmox/releases/latest/infrastructure-components.yaml
754-
type: InfrastructureProvider
755752
```
756753
757754
```bash

0 commit comments

Comments
 (0)