Skip to content

Commit 9b5603f

Browse files
authored
Update quickstart (#17)
1 parent 5fd2bc1 commit 9b5603f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/Usage.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,14 @@ In order to deploy a K8s cluster with CAPMOX, you require the following:
4646

4747
In 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
5253
providers:
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

0 commit comments

Comments
 (0)