From a27bd80be6f6afbbd82f7f7bfb09dc4299568733 Mon Sep 17 00:00:00 2001 From: Mohamed Chiheb Ben Jemaa Date: Wed, 19 Jun 2024 12:36:10 +0200 Subject: [PATCH] Update Usage.md --- docs/Usage.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/Usage.md b/docs/Usage.md index 67c8650f..e68b3f72 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -50,16 +50,6 @@ In order to deploy a K8s cluster with CAPMOX, you require the following: In order to install Cluster API Provider for Proxmox VE, you need to have a Kubernetes cluster up and running, and `clusterctl` installed. - -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/v0.1.0/ipam-components.yaml - type: IPAMProvider -``` - ### Configuring and installing Cluster API Provider for Proxmox VE in a management cluster Before you can create a cluster, you need to configure your management cluster.