Skip to content

Commit 8bc8ff9

Browse files
authored
Fixing Usage docs (#103)
used fresh clusterctl config. Got: ``` > clusterctl init --infrastructure proxmox --ipam in-cluster Fetching providers Error: failed to get provider components for the "in-cluster" provider: failed to read "ipam-components.yaml" from provider's repository "ipam-in-cluster": release not found for version download, please retry later or set "GOPROXY=off" to get the current stable release: 404 Not Found ```
1 parent 19b2292 commit 8bc8ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ We need to add the IPAM provider to your clusterctl config file `~/.cluster-api/
5252
```yaml
5353
providers:
5454
- name: in-cluster
55-
url: https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/download/v0.1.0-alpha.3/ipam-components.yaml
55+
url: https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/v0.1.0-alpha.3/ipam-components.yaml
5656
type: IPAMProvider
5757
```
5858

0 commit comments

Comments
 (0)