Skip to content

Commit 530059a

Browse files
committed
Change k0smotron repo location
As k0s is moving to CNCF Sandbox we needed to move k0smotron to a new org in GitHub. Hence this PR to change the location. Luckily GH handles redirects so there should be nothing currently broken. 😄 Signed-off-by: Jussi Nummelin <[email protected]>
1 parent 48746cb commit 530059a

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
@@ -314,7 +314,7 @@ func (p *providersClient) defaults() []Provider {
314314
},
315315
&provider{
316316
name: K0smotronProviderName,
317-
url: "https://github.com/k0sproject/k0smotron/releases/latest/infrastructure-components.yaml",
317+
url: "https://github.com/k0smotron/k0smotron/releases/latest/infrastructure-components.yaml",
318318
providerType: clusterctlv1.InfrastructureProviderType,
319319
},
320320
&provider{
@@ -356,7 +356,7 @@ func (p *providersClient) defaults() []Provider {
356356
},
357357
&provider{
358358
name: K0smotronBootstrapProviderName,
359-
url: "https://github.com/k0sproject/k0smotron/releases/latest/bootstrap-components.yaml",
359+
url: "https://github.com/k0smotron/k0smotron/releases/latest/bootstrap-components.yaml",
360360
providerType: clusterctlv1.BootstrapProviderType,
361361
},
362362
&provider{
@@ -403,7 +403,7 @@ func (p *providersClient) defaults() []Provider {
403403
},
404404
&provider{
405405
name: K0smotronControlPlaneProviderName,
406-
url: "https://github.com/k0sproject/k0smotron/releases/latest/control-plane-components.yaml",
406+
url: "https://github.com/k0smotron/k0smotron/releases/latest/control-plane-components.yaml",
407407
providerType: clusterctlv1.ControlPlaneProviderType,
408408
},
409409
&provider{

cmd/clusterctl/cmd/config_repositories_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ var expectedOutputText = `NAME TYPE URL
105105
cluster-api CoreProvider https://github.com/myorg/myforkofclusterapi/releases/latest/ core_components.yaml
106106
another-provider BootstrapProvider ./ bootstrap-components.yaml
107107
canonical-kubernetes BootstrapProvider https://github.com/canonical/cluster-api-k8s/releases/latest/ bootstrap-components.yaml
108-
k0sproject-k0smotron BootstrapProvider https://github.com/k0sproject/k0smotron/releases/latest/ bootstrap-components.yaml
108+
k0sproject-k0smotron BootstrapProvider https://github.com/k0smotron/k0smotron/releases/latest/ bootstrap-components.yaml
109109
kubeadm BootstrapProvider https://github.com/kubernetes-sigs/cluster-api/releases/latest/ bootstrap-components.yaml
110110
kubekey-k3s BootstrapProvider https://github.com/kubesphere/kubekey/releases/latest/ bootstrap-components.yaml
111111
microk8s BootstrapProvider https://github.com/canonical/cluster-api-bootstrap-provider-microk8s/releases/latest/ bootstrap-components.yaml
112112
rke2 BootstrapProvider https://github.com/rancher/cluster-api-provider-rke2/releases/latest/ bootstrap-components.yaml
113113
talos BootstrapProvider https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/latest/ bootstrap-components.yaml
114114
canonical-kubernetes ControlPlaneProvider https://github.com/canonical/cluster-api-k8s/releases/latest/ control-plane-components.yaml
115-
k0sproject-k0smotron ControlPlaneProvider https://github.com/k0sproject/k0smotron/releases/latest/ control-plane-components.yaml
115+
k0sproject-k0smotron ControlPlaneProvider https://github.com/k0smotron/k0smotron/releases/latest/ control-plane-components.yaml
116116
kamaji ControlPlaneProvider https://github.com/clastix/cluster-api-control-plane-provider-kamaji/releases/latest/ control-plane-components.yaml
117117
kubeadm ControlPlaneProvider https://github.com/kubernetes-sigs/cluster-api/releases/latest/ control-plane-components.yaml
118118
kubekey-k3s ControlPlaneProvider https://github.com/kubesphere/kubekey/releases/latest/ control-plane-components.yaml
@@ -133,7 +133,7 @@ hetzner InfrastructureProvider https://github.com/syself/clu
133133
hivelocity-hivelocity InfrastructureProvider https://github.com/hivelocity/cluster-api-provider-hivelocity/releases/latest/ infrastructure-components.yaml
134134
ibmcloud InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/releases/latest/ infrastructure-components.yaml
135135
ionoscloud-ionoscloud InfrastructureProvider https://github.com/ionos-cloud/cluster-api-provider-ionoscloud/releases/latest/ infrastructure-components.yaml
136-
k0sproject-k0smotron InfrastructureProvider https://github.com/k0sproject/k0smotron/releases/latest/ infrastructure-components.yaml
136+
k0sproject-k0smotron InfrastructureProvider https://github.com/k0smotron/k0smotron/releases/latest/ infrastructure-components.yaml
137137
kubekey InfrastructureProvider https://github.com/kubesphere/kubekey/releases/latest/ infrastructure-components.yaml
138138
kubevirt InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/releases/latest/ infrastructure-components.yaml
139139
linode-linode InfrastructureProvider https://github.com/linode/cluster-api-provider-linode/releases/latest/ infrastructure-components.yaml
@@ -176,7 +176,7 @@ var expectedOutputYaml = `- File: core_components.yaml
176176
- File: bootstrap-components.yaml
177177
Name: k0sproject-k0smotron
178178
ProviderType: BootstrapProvider
179-
URL: https://github.com/k0sproject/k0smotron/releases/latest/
179+
URL: https://github.com/k0smotron/k0smotron/releases/latest/
180180
- File: bootstrap-components.yaml
181181
Name: kubeadm
182182
ProviderType: BootstrapProvider
@@ -204,7 +204,7 @@ var expectedOutputYaml = `- File: core_components.yaml
204204
- File: control-plane-components.yaml
205205
Name: k0sproject-k0smotron
206206
ProviderType: ControlPlaneProvider
207-
URL: https://github.com/k0sproject/k0smotron/releases/latest/
207+
URL: https://github.com/k0smotron/k0smotron/releases/latest/
208208
- File: control-plane-components.yaml
209209
Name: kamaji
210210
ProviderType: ControlPlaneProvider
@@ -288,7 +288,7 @@ var expectedOutputYaml = `- File: core_components.yaml
288288
- File: infrastructure-components.yaml
289289
Name: k0sproject-k0smotron
290290
ProviderType: InfrastructureProvider
291-
URL: https://github.com/k0sproject/k0smotron/releases/latest/
291+
URL: https://github.com/k0smotron/k0smotron/releases/latest/
292292
- File: infrastructure-components.yaml
293293
Name: kubekey
294294
ProviderType: InfrastructureProvider

docs/book/src/reference/providers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updated info about which API version they are supporting.
88
## Bootstrap
99
- [Amazon Elastic Kubernetes Service (EKS)](https://github.com/kubernetes-sigs/cluster-api-provider-aws/tree/main/bootstrap/eks)
1010
- [Canonical Kubernetes Platform](https://github.com/canonical/cluster-api-k8s)
11-
- [k0smotron/k0s](https://github.com/k0sproject/k0smotron)
11+
- [k0smotron/k0s](https://github.com/k0smotron/k0smotron)
1212
- [K3s](https://github.com/cluster-api-provider-k3s/cluster-api-k3s)
1313
- [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/main/bootstrap/kubeadm)
1414
- [MicroK8s](https://github.com/canonical/cluster-api-bootstrap-provider-microk8s)
@@ -17,7 +17,7 @@ updated info about which API version they are supporting.
1717

1818
## Control Plane
1919
- [Canonical Kubernetes Platform](https://github.com/canonical/cluster-api-k8s)
20-
- [k0smotron/k0s](https://github.com/k0sproject/k0smotron)
20+
- [k0smotron/k0s](https://github.com/k0smotron/k0smotron)
2121
- [K3s](https://github.com/cluster-api-provider-k3s/cluster-api-k3s)
2222
- [Kamaji](https://github.com/clastix/cluster-api-control-plane-provider-kamaji)
2323
- [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/main/controlplane/kubeadm)
@@ -42,7 +42,7 @@ updated info about which API version they are supporting.
4242
- [IBM Cloud](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud)
4343
- [IONOS Cloud](https://github.com/ionos-cloud/cluster-api-provider-ionoscloud)
4444
- [KubeKey](https://github.com/kubesphere/kubekey)
45-
- [k0smotron RemoteMachine (SSH)](https://github.com/k0sproject/k0smotron)
45+
- [k0smotron RemoteMachine (SSH)](https://github.com/k0smotron/k0smotron)
4646
- [KubeVirt](https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt)
4747
- [MAAS](https://github.com/spectrocloud/cluster-api-provider-maas)
4848
- [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
@@ -1917,7 +1917,7 @@ kind delete cluster
19171917
[management cluster]: ../reference/glossary.md#management-cluster
19181918
[Metal3 getting started guide]: https://github.com/metal3-io/cluster-api-provider-metal3/blob/master/docs/getting-started.md
19191919
[Metal3 provider]: https://github.com/metal3-io/cluster-api-provider-metal3/
1920-
[K0smotron provider]: https://github.com/k0sproject/k0smotron
1920+
[K0smotron provider]: https://github.com/k0smotron/k0smotron
19211921
[KubeKey provider]: https://github.com/kubesphere/kubekey
19221922
[KubeVirt provider]: https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/
19231923
[KubeVirt]: https://kubevirt.io/

0 commit comments

Comments
 (0)