From 8057828e9c40f0db530800bfb6265c93a5ea28eb Mon Sep 17 00:00:00 2001 From: Konstantinos Tsakalozos Date: Thu, 19 Dec 2024 09:18:24 +0200 Subject: [PATCH] Use long name version for Canonical Kubernetes --- docs/book/src/reference/providers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/reference/providers.md b/docs/book/src/reference/providers.md index 19b663541a06..19a7f1ed444e 100644 --- a/docs/book/src/reference/providers.md +++ b/docs/book/src/reference/providers.md @@ -7,7 +7,7 @@ updated info about which API version they are supporting. ## Bootstrap - [Amazon Elastic Kubernetes Service (EKS)](https://github.com/kubernetes-sigs/cluster-api-provider-aws/tree/main/bootstrap/eks) -- [Canonical Kubernetes](https://github.com/canonical/cluster-api-k8s) +- [Canonical Kubernetes Platform](https://github.com/canonical/cluster-api-k8s) - [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/main/bootstrap/kubeadm) - [MicroK8s](https://github.com/canonical/cluster-api-bootstrap-provider-microk8s) - [Oracle Cloud Native Environment (OCNE)](https://github.com/verrazzano/cluster-api-provider-ocne) @@ -16,7 +16,7 @@ updated info about which API version they are supporting. - [k0smotron/k0s](https://github.com/k0sproject/k0smotron) ## Control Plane -- [Canonical Kubernetes](https://github.com/canonical/cluster-api-k8s) +- [Canonical Kubernetes Platform](https://github.com/canonical/cluster-api-k8s) - [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/main/controlplane/kubeadm) - [MicroK8s](https://github.com/canonical/cluster-api-control-plane-provider-microk8s) - [Nested](https://github.com/kubernetes-sigs/cluster-api-provider-nested)