Skip to content

Commit

Permalink
Modify Metal3 provider repository
Browse files Browse the repository at this point in the history
Renamed from cluster-api-provider-baremetal to
cluster-api-provider-metal3
  • Loading branch information
maelk committed Mar 5, 2020
1 parent 5bbea60 commit a4aacce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/clusterctl/client/config/providers_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (p *providersClient) defaults() []Provider {
},
&provider{
name: Metal3ProviderName,
url: "https://github.com/metal3-io/cluster-api-provider-baremetal/releases/latest/infrastructure-components.yaml",
url: "https://github.com/metal3-io/cluster-api-provider-metal3/releases/latest/infrastructure-components.yaml",
providerType: clusterctlv1.InfrastructureProviderType,
},
&provider{
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/clusterctl/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Please visit the [getting started guide](https://github.com/kubernetes-sigs/clus
{{#/tab }}
{{#tab Metal3}}

Please visit the [getting started guide](https://github.com/metal3-io/cluster-api-provider-baremetal/blob/master/docs/getting-started.md).
Please visit the [getting started guide](https://github.com/metal3-io/cluster-api-provider-metal3/blob/master/docs/getting-started.md).

{{#/tab }}
{{#/tabs }}
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/reference/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ support v1alpha2 API types.
- [**AWS**](https://github.com/kubernetes-sigs/cluster-api-provider-aws)
- [Azure](https://github.com/kubernetes-sigs/cluster-api-provider-azure)
- [Baidu Cloud](https://github.com/baidu/cluster-api-provider-baiducloud)
- [Metal3](https://github.com/metal3-io/cluster-api-provider-baremetal)
- [Metal3](https://github.com/metal3-io/cluster-api-provider-metal3)
- [DigitalOcean](https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean)
- [Exoscale](https://github.com/exoscale/cluster-api-provider-exoscale)
- [GCP](https://github.com/kubernetes-sigs/cluster-api-provider-gcp)
Expand Down

0 comments on commit a4aacce

Please sign in to comment.