Skip to content

Commit

Permalink
Remove clusterctl config for proxmox from quickstart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbenjemaa committed Dec 5, 2023
1 parent cd24e19 commit 73fa1b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,15 +743,12 @@ project][vSphere getting started guide].
{{#/tab }}
{{#tab Proxmox}}
First, we need to add the Proxmox infrastructure provider and the IPAM provider to your clusterctl config file `~/.cluster-api/clusterctl.yaml`:
First, we need to add the IPAM provider to your clusterctl config file `~/.cluster-api/clusterctl.yaml`:
```yaml
providers:
- name: in-cluster
url: https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/latest/ipam-components.yaml
type: IPAMProvider
- name: proxmox
url: https://github.com/ionos-cloud/cluster-api-provider-proxmox/releases/latest/infrastructure-components.yaml
type: InfrastructureProvider
```
```bash
Expand Down

0 comments on commit 73fa1b7

Please sign in to comment.