Skip to content

Commit 090963c

Browse files
authored
Merge pull request #11872 from jnummelin/k0smotron-repo-moved
🌱 Change k0smotron repo location
2 parents 8bff342 + 530059a commit 090963c

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
@@ -320,7 +320,7 @@ func (p *providersClient) defaults() []Provider {
320320
},
321321
&provider{
322322
name: K0smotronProviderName,
323-
url: "https://github.com/k0sproject/k0smotron/releases/latest/infrastructure-components.yaml",
323+
url: "https://github.com/k0smotron/k0smotron/releases/latest/infrastructure-components.yaml",
324324
providerType: clusterctlv1.InfrastructureProviderType,
325325
},
326326
&provider{
@@ -362,7 +362,7 @@ func (p *providersClient) defaults() []Provider {
362362
},
363363
&provider{
364364
name: K0smotronBootstrapProviderName,
365-
url: "https://github.com/k0sproject/k0smotron/releases/latest/bootstrap-components.yaml",
365+
url: "https://github.com/k0smotron/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/k0sproject/k0smotron/releases/latest/control-plane-components.yaml",
412+
url: "https://github.com/k0smotron/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
@@ -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
@@ -134,7 +134,7 @@ hivelocity-hivelocity InfrastructureProvider https://github.com/hivelocity
134134
huawei InfrastructureProvider https://github.com/HuaweiCloudDeveloper/cluster-api-provider-huawei/releases/latest/ infrastructure-components.yaml
135135
ibmcloud InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/releases/latest/ infrastructure-components.yaml
136136
ionoscloud-ionoscloud InfrastructureProvider https://github.com/ionos-cloud/cluster-api-provider-ionoscloud/releases/latest/ infrastructure-components.yaml
137-
k0sproject-k0smotron InfrastructureProvider https://github.com/k0sproject/k0smotron/releases/latest/ infrastructure-components.yaml
137+
k0sproject-k0smotron InfrastructureProvider https://github.com/k0smotron/k0smotron/releases/latest/ infrastructure-components.yaml
138138
kubekey InfrastructureProvider https://github.com/kubesphere/kubekey/releases/latest/ infrastructure-components.yaml
139139
kubevirt InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/releases/latest/ infrastructure-components.yaml
140140
linode-linode InfrastructureProvider https://github.com/linode/cluster-api-provider-linode/releases/latest/ infrastructure-components.yaml
@@ -177,7 +177,7 @@ var expectedOutputYaml = `- File: core_components.yaml
177177
- File: bootstrap-components.yaml
178178
Name: k0sproject-k0smotron
179179
ProviderType: BootstrapProvider
180-
URL: https://github.com/k0sproject/k0smotron/releases/latest/
180+
URL: https://github.com/k0smotron/k0smotron/releases/latest/
181181
- File: bootstrap-components.yaml
182182
Name: kubeadm
183183
ProviderType: BootstrapProvider
@@ -205,7 +205,7 @@ var expectedOutputYaml = `- File: core_components.yaml
205205
- File: control-plane-components.yaml
206206
Name: k0sproject-k0smotron
207207
ProviderType: ControlPlaneProvider
208-
URL: https://github.com/k0sproject/k0smotron/releases/latest/
208+
URL: https://github.com/k0smotron/k0smotron/releases/latest/
209209
- File: control-plane-components.yaml
210210
Name: kamaji
211211
ProviderType: ControlPlaneProvider
@@ -293,7 +293,7 @@ var expectedOutputYaml = `- File: core_components.yaml
293293
- File: infrastructure-components.yaml
294294
Name: k0sproject-k0smotron
295295
ProviderType: InfrastructureProvider
296-
URL: https://github.com/k0sproject/k0smotron/releases/latest/
296+
URL: https://github.com/k0smotron/k0smotron/releases/latest/
297297
- File: infrastructure-components.yaml
298298
Name: kubekey
299299
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)
@@ -43,7 +43,7 @@ updated info about which API version they are supporting.
4343
- [IBM Cloud](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud)
4444
- [IONOS Cloud](https://github.com/ionos-cloud/cluster-api-provider-ionoscloud)
4545
- [KubeKey](https://github.com/kubesphere/kubekey)
46-
- [k0smotron RemoteMachine (SSH)](https://github.com/k0sproject/k0smotron)
46+
- [k0smotron RemoteMachine (SSH)](https://github.com/k0smotron/k0smotron)
4747
- [KubeVirt](https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt)
4848
- [MAAS](https://github.com/spectrocloud/cluster-api-provider-maas)
4949
- [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
@@ -1955,7 +1955,7 @@ kind delete cluster
19551955
[management cluster]: ../reference/glossary.md#management-cluster
19561956
[Metal3 getting started guide]: https://github.com/metal3-io/cluster-api-provider-metal3/blob/master/docs/getting-started.md
19571957
[Metal3 provider]: https://github.com/metal3-io/cluster-api-provider-metal3/
1958-
[K0smotron provider]: https://github.com/k0sproject/k0smotron
1958+
[K0smotron provider]: https://github.com/k0smotron/k0smotron
19591959
[KubeKey provider]: https://github.com/kubesphere/kubekey
19601960
[KubeVirt provider]: https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/
19611961
[KubeVirt]: https://kubevirt.io/

0 commit comments

Comments
 (0)