From 6eed9ed0f02f1cce2e4b155cd0b53ef72bc1e1d8 Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Thu, 26 Sep 2024 13:53:29 +0300 Subject: [PATCH] Update certified providers docs references Signed-off-by: Furkat Gofurov --- docs/reference-guides/providers/certified.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference-guides/providers/certified.md b/docs/reference-guides/providers/certified.md index f267487b..e912a2a9 100644 --- a/docs/reference-guides/providers/certified.md +++ b/docs/reference-guides/providers/certified.md @@ -16,12 +16,12 @@ This is a list of the officially certified CAPI Providers by Turtles. These prov | Platform | Code Name | Provider Type | Docs | |-----------------|--------------------------------|--------------------------|--------------------------| -| **RKE2** | CAPRKE2 | Bootstrap/Control Plane | https://github.com/rancher/cluster-api-provider-rke2 | -| **Kubeadm** | Kubeadm | Bootstrap/Control Plane | https://github.com/kubernetes-sigs/cluster-api | +| **RKE2** | CAPRKE2 | Bootstrap/Control Plane | https://rancher.github.io/cluster-api-provider-rke2 | +| **Kubeadm** | Kubeadm | Bootstrap/Control Plane | https://cluster-api.sigs.k8s.io/tasks/bootstrap/kubeadm-bootstrap | | **AWS** | CAPA | Infrastructure | https://cluster-api-aws.sigs.k8s.io | | **Docker**\* | CAPD | Infrastructure | https://cluster-api.sigs.k8s.io | | **vSphere** | CAPV | Infrastructure | https://github.com/kubernetes-sigs/cluster-api-provider-vsphere | -| **Azure** (Only AKS clusters) | CAPZ | Infrastructure | https://capz.sigs.k8s.io/ | +| **Azure** (Only AKS managed clusters) | CAPZ | Infrastructure | https://capz.sigs.k8s.io/ | | **Addon Provider Fleet** | CAAPF | Addon | http://github.com/rancher-sandbox/cluster-api-addon-provider-fleet | *Recommended only for development purposes.