Skip to content

Commit ed61d8f

Browse files
authored
Merge pull request #12225 from apedriza/rename-k0smotron-org
🌱 Change k0smotron repo location
2 parents 2953d63 + 5c7ad3f commit ed61d8f

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

cmd/clusterctl/client/config/providers_client.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ func (p *providersClient) defaults() []Provider {
315315
},
316316
&provider{
317317
name: K0smotronProviderName,
318-
url: "https://github.com/k0smotron/k0smotron/releases/latest/infrastructure-components.yaml",
318+
url: "https://github.com/k0sproject/k0smotron/releases/latest/infrastructure-components.yaml",
319319
providerType: clusterctlv1.InfrastructureProviderType,
320320
},
321321
&provider{
@@ -362,7 +362,7 @@ func (p *providersClient) defaults() []Provider {
362362
},
363363
&provider{
364364
name: K0smotronBootstrapProviderName,
365-
url: "https://github.com/k0smotron/k0smotron/releases/latest/bootstrap-components.yaml",
365+
url: "https://github.com/k0sproject/k0smotron/releases/latest/bootstrap-components.yaml",
366366
providerType: clusterctlv1.BootstrapProviderType,
367367
},
368368
&provider{
@@ -409,7 +409,7 @@ func (p *providersClient) defaults() []Provider {
409409
},
410410
&provider{
411411
name: K0smotronControlPlaneProviderName,
412-
url: "https://github.com/k0smotron/k0smotron/releases/latest/control-plane-components.yaml",
412+
url: "https://github.com/k0sproject/k0smotron/releases/latest/control-plane-components.yaml",
413413
providerType: clusterctlv1.ControlPlaneProviderType,
414414
},
415415
&provider{

cmd/clusterctl/cmd/config_repositories_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ var expectedOutputText = `NAME TYPE URL
102102
cluster-api CoreProvider https://github.com/myorg/myforkofclusterapi/releases/latest/ core_components.yaml
103103
another-provider BootstrapProvider ./ bootstrap-components.yaml
104104
canonical-kubernetes BootstrapProvider https://github.com/canonical/cluster-api-k8s/releases/latest/ bootstrap-components.yaml
105-
k0sproject-k0smotron BootstrapProvider https://github.com/k0smotron/k0smotron/releases/latest/ bootstrap-components.yaml
105+
k0sproject-k0smotron BootstrapProvider https://github.com/k0sproject/k0smotron/releases/latest/ bootstrap-components.yaml
106106
kubeadm BootstrapProvider https://github.com/kubernetes-sigs/cluster-api/releases/latest/ bootstrap-components.yaml
107107
kubekey-k3s BootstrapProvider https://github.com/kubesphere/kubekey/releases/latest/ bootstrap-components.yaml
108108
microk8s BootstrapProvider https://github.com/canonical/cluster-api-bootstrap-provider-microk8s/releases/latest/ bootstrap-components.yaml
109109
rke2 BootstrapProvider https://github.com/rancher/cluster-api-provider-rke2/releases/latest/ bootstrap-components.yaml
110110
talos BootstrapProvider https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/latest/ bootstrap-components.yaml
111111
canonical-kubernetes ControlPlaneProvider https://github.com/canonical/cluster-api-k8s/releases/latest/ control-plane-components.yaml
112-
k0sproject-k0smotron ControlPlaneProvider https://github.com/k0smotron/k0smotron/releases/latest/ control-plane-components.yaml
112+
k0sproject-k0smotron ControlPlaneProvider https://github.com/k0sproject/k0smotron/releases/latest/ control-plane-components.yaml
113113
kamaji ControlPlaneProvider https://github.com/clastix/cluster-api-control-plane-provider-kamaji/releases/latest/ control-plane-components.yaml
114114
kubeadm ControlPlaneProvider https://github.com/kubernetes-sigs/cluster-api/releases/latest/ control-plane-components.yaml
115115
kubekey-k3s ControlPlaneProvider https://github.com/kubesphere/kubekey/releases/latest/ control-plane-components.yaml
@@ -131,7 +131,7 @@ hivelocity-hivelocity InfrastructureProvider https://github.com/hivelocity
131131
huawei InfrastructureProvider https://github.com/HuaweiCloudDeveloper/cluster-api-provider-huawei/releases/latest/ infrastructure-components.yaml
132132
ibmcloud InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/releases/latest/ infrastructure-components.yaml
133133
ionoscloud-ionoscloud InfrastructureProvider https://github.com/ionos-cloud/cluster-api-provider-ionoscloud/releases/latest/ infrastructure-components.yaml
134-
k0sproject-k0smotron InfrastructureProvider https://github.com/k0smotron/k0smotron/releases/latest/ infrastructure-components.yaml
134+
k0sproject-k0smotron InfrastructureProvider https://github.com/k0sproject/k0smotron/releases/latest/ infrastructure-components.yaml
135135
kubekey InfrastructureProvider https://github.com/kubesphere/kubekey/releases/latest/ infrastructure-components.yaml
136136
kubevirt InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/releases/latest/ infrastructure-components.yaml
137137
linode-linode InfrastructureProvider https://github.com/linode/cluster-api-provider-linode/releases/latest/ infrastructure-components.yaml
@@ -174,7 +174,7 @@ var expectedOutputYaml = `- File: core_components.yaml
174174
- File: bootstrap-components.yaml
175175
Name: k0sproject-k0smotron
176176
ProviderType: BootstrapProvider
177-
URL: https://github.com/k0smotron/k0smotron/releases/latest/
177+
URL: https://github.com/k0sproject/k0smotron/releases/latest/
178178
- File: bootstrap-components.yaml
179179
Name: kubeadm
180180
ProviderType: BootstrapProvider
@@ -202,7 +202,7 @@ var expectedOutputYaml = `- File: core_components.yaml
202202
- File: control-plane-components.yaml
203203
Name: k0sproject-k0smotron
204204
ProviderType: ControlPlaneProvider
205-
URL: https://github.com/k0smotron/k0smotron/releases/latest/
205+
URL: https://github.com/k0sproject/k0smotron/releases/latest/
206206
- File: control-plane-components.yaml
207207
Name: kamaji
208208
ProviderType: ControlPlaneProvider
@@ -290,7 +290,7 @@ var expectedOutputYaml = `- File: core_components.yaml
290290
- File: infrastructure-components.yaml
291291
Name: k0sproject-k0smotron
292292
ProviderType: InfrastructureProvider
293-
URL: https://github.com/k0smotron/k0smotron/releases/latest/
293+
URL: https://github.com/k0sproject/k0smotron/releases/latest/
294294
- File: infrastructure-components.yaml
295295
Name: kubekey
296296
ProviderType: InfrastructureProvider

docs/book/src/reference/providers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source of inspiration and ideas for others.
1616
## Bootstrap
1717
- [Amazon Elastic Kubernetes Service (EKS)](https://github.com/kubernetes-sigs/cluster-api-provider-aws/tree/main/bootstrap/eks)
1818
- [Canonical Kubernetes Platform](https://github.com/canonical/cluster-api-k8s)
19-
- [k0smotron/k0s](https://github.com/k0smotron/k0smotron)
19+
- [k0smotron/k0s](https://github.com/k0sproject/k0smotron)
2020
- [K3s](https://github.com/cluster-api-provider-k3s/cluster-api-k3s)
2121
- [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/main/bootstrap/kubeadm)
2222
- [MicroK8s](https://github.com/canonical/cluster-api-bootstrap-provider-microk8s)
@@ -25,7 +25,7 @@ source of inspiration and ideas for others.
2525

2626
## Control Plane
2727
- [Canonical Kubernetes Platform](https://github.com/canonical/cluster-api-k8s)
28-
- [k0smotron/k0s](https://github.com/k0smotron/k0smotron)
28+
- [k0smotron/k0s](https://github.com/k0sproject/k0smotron)
2929
- [K3s](https://github.com/cluster-api-provider-k3s/cluster-api-k3s)
3030
- [Kamaji](https://github.com/clastix/cluster-api-control-plane-provider-kamaji)
3131
- [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/main/controlplane/kubeadm)
@@ -50,7 +50,7 @@ source of inspiration and ideas for others.
5050
- [IBM Cloud](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud)
5151
- [IONOS Cloud](https://github.com/ionos-cloud/cluster-api-provider-ionoscloud)
5252
- [KubeKey](https://github.com/kubesphere/kubekey)
53-
- [k0smotron RemoteMachine (SSH)](https://github.com/k0smotron/k0smotron)
53+
- [k0smotron RemoteMachine (SSH)](https://github.com/k0sproject/k0smotron)
5454
- [KubeVirt](https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt)
5555
- [MAAS](https://github.com/spectrocloud/cluster-api-provider-maas)
5656
- [Metal3](https://github.com/metal3-io/cluster-api-provider-metal3)

docs/book/src/user/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ kind delete cluster
19531953
[management cluster]: ../reference/glossary.md#management-cluster
19541954
[Metal3 getting started guide]: https://github.com/metal3-io/cluster-api-provider-metal3/blob/main/docs/getting-started.md
19551955
[Metal3 provider]: https://github.com/metal3-io/cluster-api-provider-metal3/
1956-
[K0smotron provider]: https://github.com/k0smotron/k0smotron
1956+
[K0smotron provider]: https://github.com/k0sproject/k0smotron
19571957
[KubeKey provider]: https://github.com/kubesphere/kubekey
19581958
[KubeVirt provider]: https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/
19591959
[KubeVirt]: https://kubevirt.io/

0 commit comments

Comments
 (0)