Skip to content

Commit b626cae

Browse files
authored
readme: simplify clusterctl setup
1 parent a59f405 commit b626cae

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ IPAM providers allow to control how IP addresses are assigned to Cluster API Mac
1515

1616
## Setup via clusterctl
1717

18-
This provider comes with clusterctl support. Since it's not added to the built-in list of providers yet, you'll need to add the following to your `$XDG_CONFIG_HOME/cluster-api/clusterctl.yaml` if you want to install it using `clusterctl init --ipam in-cluster`:
19-
20-
```yaml
21-
providers:
22-
- name: in-cluster
23-
url: https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/latest/ipam-components.yaml
24-
type: IPAMProvider
25-
```
18+
This provider comes with clusterctl support and can be installed using `clusterctl init --ipam in-cluster`:
2619

2720
## Usage
2821

0 commit comments

Comments
 (0)