From 00db9d36f9a6da15439a37a9834a3ec13fd47403 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Fri, 8 Mar 2019 23:29:49 +0100 Subject: [PATCH] Fix broken link to cluster types in cloning clusters --- .../v2.x/en/cluster-provisioning/cloning-clusters/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-provisioning/cloning-clusters/_index.md b/content/rancher/v2.x/en/cluster-provisioning/cloning-clusters/_index.md index a437724d2ab..fb4025bc2b5 100644 --- a/content/rancher/v2.x/en/cluster-provisioning/cloning-clusters/_index.md +++ b/content/rancher/v2.x/en/cluster-provisioning/cloning-clusters/_index.md @@ -7,7 +7,7 @@ If you have a cluster in Rancher that you want to use as a template for creating ## Caveats -- Only [cluster types]({{< baseurl >}}/content/rancher/v2.x/en/cluster-provisioning) that interact with cloud hosts over API can be cloned. Duplication of imported clusters and custom clusters provisioned using Docker machine is not supported. +- Only [cluster types]({{< baseurl >}}/rancher/v2.x/en/cluster-provisioning/#cluster-creation-options) that interact with cloud hosts over API can be cloned. Duplication of imported clusters and custom clusters provisioned using Docker machine is not supported. | Cluster Type | Cloneable? | | -------------------------------- | ------------- | @@ -152,4 +152,4 @@ Move `cluster-template.yml` into the same directory as the Rancher CLI binary. T ./rancher up --file cluster-template.yml -**Result:** Your cloned cluster begins provisioning. Enter `./rancher cluster ls` to confirm. You can also log into the Rancher UI and open the **Global** view to watch your provisioning cluster's progress. \ No newline at end of file +**Result:** Your cloned cluster begins provisioning. Enter `./rancher cluster ls` to confirm. You can also log into the Rancher UI and open the **Global** view to watch your provisioning cluster's progress.