From a242cf54866d7f1bf45fe0930345b09aab030293 Mon Sep 17 00:00:00 2001 From: Lena Garber Date: Thu, 25 Jan 2024 16:47:46 -0500 Subject: [PATCH] Apply feedback & update versioned sidebars --- .../deploy-rancher-manager/linode.md | 12 +++++----- .../deploy-rancher-manager/linode.md | 22 ++++++++++--------- .../deploy-rancher-manager/linode.md | 22 ++++++++++--------- .../deploy-rancher-manager/linode.md | 22 ++++++++++--------- versioned_sidebars/version-2.6-sidebars.json | 1 + versioned_sidebars/version-2.7-sidebars.json | 1 + versioned_sidebars/version-2.8-sidebars.json | 1 + 7 files changed, 46 insertions(+), 35 deletions(-) diff --git a/docs/getting-started/quick-start-guides/deploy-rancher-manager/linode.md b/docs/getting-started/quick-start-guides/deploy-rancher-manager/linode.md index 0b61156dceb..683a0441dd0 100644 --- a/docs/getting-started/quick-start-guides/deploy-rancher-manager/linode.md +++ b/docs/getting-started/quick-start-guides/deploy-rancher-manager/linode.md @@ -38,14 +38,16 @@ Deploying to Linode will incur charges. 4. Edit `terraform.tfvars` and customize the following variables: - `linode_token` - The Linode Personal Access Token mentioned above. - - `rancher_server_admin_password` - Admin password for created Rancher server (minimum 12 characters) + - `rancher_server_admin_password` - Admin password for created Rancher server (minimum 12 characters). 5. **Optional:** Modify optional variables within `terraform.tfvars`. See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Linode Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/linode) for more information. Suggestions include: - - `linode_region` - The target Linode region to provision the server and cluster in. (Default `eu-central`) + - `linode_region` - The target Linode region to provision the server and cluster in. + - Default: `eu-central` - For a complete list of regions, see the [official Region Availability page](https://www.linode.com/global-infrastructure/availability/). - `prefix` - The prefix for all created infrastructure. - - `linode_type` - The type/plan that all infrastructure Linodes should use. (Default `g6-standard-2`) + - `linode_type` - The type/plan that all infrastructure Linodes should use. + - Default: `g6-standard-2` - For a complete list of plans, see the [official Plan Types page](https://www.linode.com/docs/products/compute/compute-instances/plans/). 6. Run `terraform init`. @@ -62,8 +64,8 @@ See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Lino workload_node_ip = yy.yy.yy.yy ``` -8. Paste the `rancher_server_url` from the output above into the browser. Log in when prompted (default username is `admin`, use the password set in `rancher_server_admin_password`). -9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/linode`. +8. Paste the `rancher_server_url` from the output above into the browser and log in when prompted. The default username is `admin` and the password is defined in `rancher_server_admin_password`. +9. `ssh` into the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/linode`. #### Result diff --git a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/linode.md b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/linode.md index 0b61156dceb..654ff7195cd 100644 --- a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/linode.md +++ b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/linode.md @@ -37,16 +37,18 @@ Deploying to Linode will incur charges. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. 4. Edit `terraform.tfvars` and customize the following variables: - - `linode_token` - The Linode Personal Access Token mentioned above. - - `rancher_server_admin_password` - Admin password for created Rancher server (minimum 12 characters) + - `linode_token` - The Linode Personal Access Token mentioned above. + - `rancher_server_admin_password` - Admin password for created Rancher server (minimum 12 characters). 5. **Optional:** Modify optional variables within `terraform.tfvars`. -See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Linode Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/linode) for more information. Suggestions include: - - `linode_region` - The target Linode region to provision the server and cluster in. (Default `eu-central`) - - For a complete list of regions, see the [official Region Availability page](https://www.linode.com/global-infrastructure/availability/). - - `prefix` - The prefix for all created infrastructure. - - `linode_type` - The type/plan that all infrastructure Linodes should use. (Default `g6-standard-2`) - - For a complete list of plans, see the [official Plan Types page](https://www.linode.com/docs/products/compute/compute-instances/plans/). + See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Linode Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/linode) for more information. Suggestions include: + - `linode_region` - The target Linode region to provision the server and cluster in. + - Default: `eu-central` + - For a complete list of regions, see the [official Region Availability page](https://www.linode.com/global-infrastructure/availability/). + - `prefix` - The prefix for all created infrastructure. + - `linode_type` - The type/plan that all infrastructure Linodes should use. + - Default: `g6-standard-2` + - For a complete list of plans, see the [official Plan Types page](https://www.linode.com/docs/products/compute/compute-instances/plans/). 6. Run `terraform init`. @@ -62,8 +64,8 @@ See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Lino workload_node_ip = yy.yy.yy.yy ``` -8. Paste the `rancher_server_url` from the output above into the browser. Log in when prompted (default username is `admin`, use the password set in `rancher_server_admin_password`). -9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/linode`. +8. Paste the `rancher_server_url` from the output above into the browser and log in when prompted. The default username is `admin` and the password is defined in `rancher_server_admin_password`. +9. `ssh` into the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/linode`. #### Result diff --git a/versioned_docs/version-2.7/getting-started/quick-start-guides/deploy-rancher-manager/linode.md b/versioned_docs/version-2.7/getting-started/quick-start-guides/deploy-rancher-manager/linode.md index 0b61156dceb..654ff7195cd 100644 --- a/versioned_docs/version-2.7/getting-started/quick-start-guides/deploy-rancher-manager/linode.md +++ b/versioned_docs/version-2.7/getting-started/quick-start-guides/deploy-rancher-manager/linode.md @@ -37,16 +37,18 @@ Deploying to Linode will incur charges. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. 4. Edit `terraform.tfvars` and customize the following variables: - - `linode_token` - The Linode Personal Access Token mentioned above. - - `rancher_server_admin_password` - Admin password for created Rancher server (minimum 12 characters) + - `linode_token` - The Linode Personal Access Token mentioned above. + - `rancher_server_admin_password` - Admin password for created Rancher server (minimum 12 characters). 5. **Optional:** Modify optional variables within `terraform.tfvars`. -See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Linode Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/linode) for more information. Suggestions include: - - `linode_region` - The target Linode region to provision the server and cluster in. (Default `eu-central`) - - For a complete list of regions, see the [official Region Availability page](https://www.linode.com/global-infrastructure/availability/). - - `prefix` - The prefix for all created infrastructure. - - `linode_type` - The type/plan that all infrastructure Linodes should use. (Default `g6-standard-2`) - - For a complete list of plans, see the [official Plan Types page](https://www.linode.com/docs/products/compute/compute-instances/plans/). + See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Linode Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/linode) for more information. Suggestions include: + - `linode_region` - The target Linode region to provision the server and cluster in. + - Default: `eu-central` + - For a complete list of regions, see the [official Region Availability page](https://www.linode.com/global-infrastructure/availability/). + - `prefix` - The prefix for all created infrastructure. + - `linode_type` - The type/plan that all infrastructure Linodes should use. + - Default: `g6-standard-2` + - For a complete list of plans, see the [official Plan Types page](https://www.linode.com/docs/products/compute/compute-instances/plans/). 6. Run `terraform init`. @@ -62,8 +64,8 @@ See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Lino workload_node_ip = yy.yy.yy.yy ``` -8. Paste the `rancher_server_url` from the output above into the browser. Log in when prompted (default username is `admin`, use the password set in `rancher_server_admin_password`). -9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/linode`. +8. Paste the `rancher_server_url` from the output above into the browser and log in when prompted. The default username is `admin` and the password is defined in `rancher_server_admin_password`. +9. `ssh` into the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/linode`. #### Result diff --git a/versioned_docs/version-2.8/getting-started/quick-start-guides/deploy-rancher-manager/linode.md b/versioned_docs/version-2.8/getting-started/quick-start-guides/deploy-rancher-manager/linode.md index 0b61156dceb..654ff7195cd 100644 --- a/versioned_docs/version-2.8/getting-started/quick-start-guides/deploy-rancher-manager/linode.md +++ b/versioned_docs/version-2.8/getting-started/quick-start-guides/deploy-rancher-manager/linode.md @@ -37,16 +37,18 @@ Deploying to Linode will incur charges. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. 4. Edit `terraform.tfvars` and customize the following variables: - - `linode_token` - The Linode Personal Access Token mentioned above. - - `rancher_server_admin_password` - Admin password for created Rancher server (minimum 12 characters) + - `linode_token` - The Linode Personal Access Token mentioned above. + - `rancher_server_admin_password` - Admin password for created Rancher server (minimum 12 characters). 5. **Optional:** Modify optional variables within `terraform.tfvars`. -See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Linode Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/linode) for more information. Suggestions include: - - `linode_region` - The target Linode region to provision the server and cluster in. (Default `eu-central`) - - For a complete list of regions, see the [official Region Availability page](https://www.linode.com/global-infrastructure/availability/). - - `prefix` - The prefix for all created infrastructure. - - `linode_type` - The type/plan that all infrastructure Linodes should use. (Default `g6-standard-2`) - - For a complete list of plans, see the [official Plan Types page](https://www.linode.com/docs/products/compute/compute-instances/plans/). + See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Linode Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/linode) for more information. Suggestions include: + - `linode_region` - The target Linode region to provision the server and cluster in. + - Default: `eu-central` + - For a complete list of regions, see the [official Region Availability page](https://www.linode.com/global-infrastructure/availability/). + - `prefix` - The prefix for all created infrastructure. + - `linode_type` - The type/plan that all infrastructure Linodes should use. + - Default: `g6-standard-2` + - For a complete list of plans, see the [official Plan Types page](https://www.linode.com/docs/products/compute/compute-instances/plans/). 6. Run `terraform init`. @@ -62,8 +64,8 @@ See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Lino workload_node_ip = yy.yy.yy.yy ``` -8. Paste the `rancher_server_url` from the output above into the browser. Log in when prompted (default username is `admin`, use the password set in `rancher_server_admin_password`). -9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/linode`. +8. Paste the `rancher_server_url` from the output above into the browser and log in when prompted. The default username is `admin` and the password is defined in `rancher_server_admin_password`. +9. `ssh` into the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/linode`. #### Result diff --git a/versioned_sidebars/version-2.6-sidebars.json b/versioned_sidebars/version-2.6-sidebars.json index f2054c696c1..1d8f14f1384 100644 --- a/versioned_sidebars/version-2.6-sidebars.json +++ b/versioned_sidebars/version-2.6-sidebars.json @@ -28,6 +28,7 @@ "getting-started/quick-start-guides/deploy-rancher-manager/digitalocean", "getting-started/quick-start-guides/deploy-rancher-manager/gcp", "getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud", + "getting-started/quick-start-guides/deploy-rancher-manager/linode", "getting-started/quick-start-guides/deploy-rancher-manager/vagrant", "getting-started/quick-start-guides/deploy-rancher-manager/equinix-metal", "getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs", diff --git a/versioned_sidebars/version-2.7-sidebars.json b/versioned_sidebars/version-2.7-sidebars.json index 2a5a071cafe..29bb0c539ec 100644 --- a/versioned_sidebars/version-2.7-sidebars.json +++ b/versioned_sidebars/version-2.7-sidebars.json @@ -28,6 +28,7 @@ "getting-started/quick-start-guides/deploy-rancher-manager/digitalocean", "getting-started/quick-start-guides/deploy-rancher-manager/gcp", "getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud", + "getting-started/quick-start-guides/deploy-rancher-manager/linode", "getting-started/quick-start-guides/deploy-rancher-manager/vagrant", "getting-started/quick-start-guides/deploy-rancher-manager/equinix-metal", "getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs", diff --git a/versioned_sidebars/version-2.8-sidebars.json b/versioned_sidebars/version-2.8-sidebars.json index d2dc2925c3f..72f24e2636b 100644 --- a/versioned_sidebars/version-2.8-sidebars.json +++ b/versioned_sidebars/version-2.8-sidebars.json @@ -28,6 +28,7 @@ "getting-started/quick-start-guides/deploy-rancher-manager/digitalocean", "getting-started/quick-start-guides/deploy-rancher-manager/gcp", "getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud", + "getting-started/quick-start-guides/deploy-rancher-manager/linode", "getting-started/quick-start-guides/deploy-rancher-manager/vagrant", "getting-started/quick-start-guides/deploy-rancher-manager/equinix-metal", "getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs",