You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform/dedicated-cpu/dedicated-cpu-deploy-shortguide/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ Use a [StackScript](https://www.linode.com/stackscripts) to quickly deploy softw
36
36
1. Enter a strong root password for your Linode in the **Root Password** field. This password must be provided when you log in to your Linode via SSH. The password must meet the complexity strength validation requirements for a strong password. Your root password can be used to perform any action on your server, so make it long, complex, and unique.
37
37
38
38
{{< note >}}
39
-
You will not be prompted to enter a root password if you are cloning another Linode or restoring from the Linode Backups service.
39
+
You are not prompted to enter a root password if you are cloning another Linode or restoring from the Linode Backups service.
40
40
{{< /note >}}
41
41
42
42
1. Optionally, add an [SSH key](/docs/security/authentication/use-public-key-authentication-with-ssh/#upload-your-ssh-key-to-the-cloud-manager), [Backups](/docs/platform/disk-images/linode-backup-service/), or a [Private IP address](/docs/platform/manager/remote-access/#adding-private-ip-addresses).
43
43
44
-
1. Click the **Create** button when you have finished completing this form. You will be redirected to the overview page for your new Linode. This page will show a progress bar which will indicate when the Linode has been provisioned and is ready for use.
44
+
1. Click the **Create** button when you have finished completing this form. You are redirected to the overview page for your new Linode. This page shows a progress bar which indicates when the Linode has been provisioned and is ready for use.
Copy file name to clipboardExpand all lines: products/compute/dedicated-cpu/developers/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@ The [Linode CLI](https://github.com/linode/linode-cli) is a wrapper around the L
18
18
19
19
**Terraform**: Terraform is an Infrastructure-as-code tool that includes management features for various types of Linode resources. Use Linode’s [official Terraform Provider](https://registry.terraform.io/providers/linode/linode/latest/docs) to [provision Linode Environments](/docs/applications/configuration-management/terraform/how-to-build-your-infrastructure-using-terraform-and-linode/). To learn more about Terraform see our documentation library’s [Terraform section](/docs/applications/configuration-management/terraform/).
20
20
21
-
**Pulumi**: Pulumi is a development tool that allows you to write computer programs which deploy cloud resources. With [Pulumi’s Linode integration](https://github.com/pulumi/pulumi-linode), you can manage your Linode resources as you would with our API or CLI, but in a language you may already be familiar with like JavaScript, Go, Python, and TypeScript. See [Pulumi’s documentation](https://www.pulumi.com/docs/intro/cloud-providers/linode/) to get started.
21
+
**Pulumi**: Pulumi is a development tool that allows you to write computer programs which deploy cloud resources. With [Pulumi’s Linode integration](https://github.com/pulumi/pulumi-linode), you can manage your Linode resources in several programming languages, like JavaScript, Go, Python, and TypeScript. Pulumi manages your resources in the same way as Linode's API or CLI. See [Pulumi’s documentation](https://www.pulumi.com/docs/intro/cloud-providers/linode/) to get started.
22
22
23
23
-[Getting Started with Pulumi](/docs/applications/configuration-management/pulumi/deploy-in-code-with-pulumi/)
Copy file name to clipboardExpand all lines: products/compute/dedicated-cpu/get-started/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Use a [StackScript](https://www.linode.com/stackscripts) to quickly deploy softw
24
24
25
25
1. Create a root password for your Linode in the **Root Password** field. This password must be provided when you log in to your Linode via SSH. The password must meet the complexity strength validation requirements for a strong password. Your root password can be used to perform any action on your server, so make it long, complex, and unique.
26
26
27
-
1. Click **Create**. You will be directed back to the Linodes page which will report the status of your Linode as it boots up. You can now use the Cloud Manager to:
27
+
1. Click **Create**. You are directed back to the Linode's page, and this page reports the status of your Linode as it boots up. You can now use the Cloud Manager to:
Copy file name to clipboardExpand all lines: products/compute/dedicated-cpu/guides/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ tab_group_main:
10
10
11
11
## Themes
12
12
13
-
These guides will help you with targeted topics like the basics of Dedicated CPU Linodes, and how to decide if Dedicated CPU Linodes are right for you.
13
+
These guides explore targeted topics like the basics of Dedicated CPU Linodes, and how to decide if Dedicated CPU Linodes are right for you.
Copy file name to clipboardExpand all lines: products/compute/gpu/developers/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@ The [Linode CLI](https://github.com/linode/linode-cli) is a wrapper around the L
18
18
19
19
**Terraform**: Terraform is an Infrastructure-as-code tool that includes management features for various types of Linode resources. Use Linode’s [official Terraform Provider](https://registry.terraform.io/providers/linode/linode/latest/docs) to [provision Linode Environments](/docs/applications/configuration-management/terraform/how-to-build-your-infrastructure-using-terraform-and-linode/). To learn more about Terraform see our documentation library’s [Terraform section](/docs/applications/configuration-management/terraform/).
20
20
21
-
**Pulumi**: Pulumi is a development tool that allows you to write computer programs which deploy cloud resources. With [Pulumi’s Linode integration](https://github.com/pulumi/pulumi-linode), you can manage your Linode resources as you would with our API or CLI, but in a language you may already be familiar with like JavaScript, Go, Python, and TypeScript. See [Pulumi’s documentation](https://www.pulumi.com/docs/intro/cloud-providers/linode/) to get started.
21
+
**Pulumi**: Pulumi is a development tool that allows you to write computer programs which deploy cloud resources. With [Pulumi’s Linode integration](https://github.com/pulumi/pulumi-linode), you can manage your Linode resources in several programming languages, like JavaScript, Go, Python, and TypeScript. Pulumi manages your resources in the same way as Linode's API or CLI. See [Pulumi’s documentation](https://www.pulumi.com/docs/intro/cloud-providers/linode/) to get started.
22
22
23
23
-[Getting Started with Pulumi](/docs/applications/configuration-management/pulumi/deploy-in-code-with-pulumi/)
Copy file name to clipboardExpand all lines: products/compute/gpu/get-started/_index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Use a [StackScript](https://www.linode.com/stackscripts) to quickly deploy softw
24
24
25
25
1. Create a root password for your Linode in the **Root Password** field. This password must be provided when you log in to your Linode via SSH. The password must meet the complexity strength validation requirements for a strong password. Your root password can be used to perform any action on your server, so make it long, complex, and unique.
26
26
27
-
1. Click **Create**. You will be directed back to the Linodes page which will report the status of your Linode as it boots up. You can now use the Cloud Manager to:
27
+
1. Click **Create**. You are directed back to the Linode's page, and this page reports the status of your Linode as it boots up. You can now use the Cloud Manager to:
28
28
29
29
- Boot and shut down your Linode
30
30
@@ -40,7 +40,7 @@ Use a [StackScript](https://www.linode.com/stackscripts) to quickly deploy softw
40
40
41
41
1. After the Linode GPU is online, install the appropriate NVIDIA drivers:
42
42
43
-
-[Install NVIDIA Driver Dependencies](/docs/products/compute/gpu/guides/install-nvidia-driver-dependencies/): Before installing the driver, you’ll need some dependencies.
43
+
-[Install NVIDIA Driver Dependencies](/docs/products/compute/gpu/guides/install-nvidia-driver-dependencies/): Some dependencies need to be installed before the drivers are installed.
44
44
45
45
-[NVIDIA Driver CUDA Installation](/docs/products/compute/gpu/guides/install-nvidia-drivers-with-cuda/): If you're running Ubuntu 18.04, CentOS 7, or OpenSUSE, install the NVIDIA driver with CUDA.
Copy file name to clipboardExpand all lines: products/compute/gpu/guides/_index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ tab_group_main:
6
6
7
7
## Building Blocks
8
8
9
-
-[Install NVIDIA Driver Dependencies](/docs/products/compute/gpu/guides/install-nvidia-driver-dependencies/): Before installing the driver, you’ll need some dependencies.
9
+
-[Install NVIDIA Driver Dependencies](/docs/products/compute/gpu/guides/install-nvidia-driver-dependencies/): Some dependencies need to be installed before the drivers are installed.
10
10
11
11
-[NVIDIA Driver CUDA Installation](/docs/products/compute/gpu/guides/install-nvidia-drivers-with-cuda/): If you're running Ubuntu 18.04, CentOS 7, or OpenSUSE, install the NVIDIA driver with CUDA.
12
12
13
13
-[NVIDIA Driver Manual Installation](/docs/products/compute/gpu/guides/install-nvidia-drivers-manually/): If you're running Debian 9, install the NVIDIA driver manually.
14
14
15
15
## Themes
16
16
17
-
These guides will help you with targeted topics like the basics of GPU Linodes, and how to decide if GPU Linodes are right for you.
17
+
These guides explore targeted topics like the basics of GPU Linodes, and how to decide if GPU Linodes are right for you.
Copy file name to clipboardExpand all lines: products/compute/high-memory/developers/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@ The [Linode CLI](https://github.com/linode/linode-cli) is a wrapper around the L
18
18
19
19
**Terraform**: Terraform is an Infrastructure-as-code tool that includes management features for various types of Linode resources. Use Linode’s [official Terraform Provider](https://registry.terraform.io/providers/linode/linode/latest/docs) to [provision Linode Environments](/docs/applications/configuration-management/terraform/how-to-build-your-infrastructure-using-terraform-and-linode/). To learn more about Terraform see our documentation library’s [Terraform section](/docs/applications/configuration-management/terraform/).
20
20
21
-
**Pulumi**: Pulumi is a development tool that allows you to write computer programs which deploy cloud resources. With [Pulumi’s Linode integration](https://github.com/pulumi/pulumi-linode), you can manage your Linode resources as you would with our API or CLI, but in a language you may already be familiar with like JavaScript, Go, Python, and TypeScript. See [Pulumi’s documentation](https://www.pulumi.com/docs/intro/cloud-providers/linode/) to get started.
21
+
**Pulumi**: Pulumi is a development tool that allows you to write computer programs which deploy cloud resources. With [Pulumi’s Linode integration](https://github.com/pulumi/pulumi-linode), you can manage your Linode resources in several programming languages, like JavaScript, Go, Python, and TypeScript. Pulumi manages your resources in the same way as Linode's API or CLI. See [Pulumi’s documentation](https://www.pulumi.com/docs/intro/cloud-providers/linode/) to get started.
22
22
23
23
-[Getting Started with Pulumi](/docs/applications/configuration-management/pulumi/deploy-in-code-with-pulumi/)
Copy file name to clipboardExpand all lines: products/compute/high-memory/get-started/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Use a [StackScript](https://www.linode.com/stackscripts) to quickly deploy softw
24
24
25
25
1. Create a root password for your Linode in the **Root Password** field. This password must be provided when you log in to your Linode via SSH. The password must meet the complexity strength validation requirements for a strong password. Your root password can be used to perform any action on your server, so make it long, complex, and unique.
26
26
27
-
1. Click **Create**. You will be directed back to the Linodes page which will report the status of your Linode as it boots up. You can now use the Cloud Manager to:
27
+
1. Click **Create**. You are directed back to the Linode's page, and this page reports the status of your Linode as it boots up. You can now use the Cloud Manager to:
Copy file name to clipboardExpand all lines: products/compute/kubernetes/get-started/_index.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ Visit the [Kubernetes documentation](https://kubernetes.io/docs/tasks/tools/inst
36
36
37
37
1. From the Linode dashboard, click the **Create** button in the top right-hand side of the screen and select **Kubernetes** from the dropdown menu.
38
38
39
-
1. The **Create a Kubernetes Cluster** page will appear. At the top of the page, you'll be required to select the following options:
39
+
1. The **Create a Kubernetes Cluster** page appears. At the top of the page, you are required to select the following options:
40
40
41
-
- In the **Cluster Label** field, provide a name for your cluster. The name must be unique between all of the clusters on your account. This name will be how you identify your cluster in the Cloud Manager’s Dashboard.
41
+
- In the **Cluster Label** field, provide a name for your cluster. The name must be unique between all of the clusters on your account. This name is how you identify your cluster in the Cloud Manager’s Dashboard.
42
42
43
43
- From the **Region** dropdown menu, select the **Region** where you would like your cluster to reside.
44
44
@@ -48,15 +48,15 @@ Visit the [Kubernetes documentation](https://kubernetes.io/docs/tasks/tools/inst
48
48
49
49
1. Once you're satisfied with the number of nodes in a node pool, select **Add** to include it in your configuration. If you decide that you need more or fewer hardware resources after you deploy your cluster, you can always [edit your Node Pool](#edit-or-remove-existing-node-pools).
50
50
51
-
1. Once a pool has been added to your configuration, you will see it listed in the **Cluster Summary** on the right-hand side of the Cloud Manager detailing your cluster's hardware resources and monthly cost. Additional pools can be added before finalizing the cluster creation process by repeating the previous step for each additional pool.
51
+
1. Once a pool has been added to your configuration, it is listed in the **Cluster Summary** on the right-hand side of the Cloud Manager detailing your cluster's hardware resources and monthly cost. Additional pools can be added before finalizing the cluster creation process by repeating the previous step for each additional pool.
52
52
53
-
1. When you are satisfied with the configuration of your cluster, click the **Create Cluster** button on the right hand side of the screen. Your cluster's detail page will appear on the following page where you will see your Node Pools listed. From this page, you can [edit your existing Node Pools](#edit-or-remove-existing-node-pools), [access your Kubeconfig file](#access-and-download-your-kubeconfig), and view an overview of your cluster's resource details.
53
+
1. When you are satisfied with the configuration of your cluster, click the **Create Cluster** button on the right hand side of the screen. Your cluster's detail page appears, and your Node Pools are listed on this page. From this page, you can [edit your existing Node Pools](#edit-or-remove-existing-node-pools), [access your Kubeconfig file](#access-and-download-your-kubeconfig), and view an overview of your cluster's resource details.
54
54
55
55
### Access and Download your kubeconfig
56
56
57
57
1. To access your cluster's kubeconfig, log into your Cloud Manager account and navigate to the **Kubernetes** section.
58
58
59
-
1. From the Kubernetes listing page, click on your cluster's **more options ellipsis** and select **Download kubeconfig**. The file will be saved to your computer's `Downloads` folder.
59
+
1. From the Kubernetes listing page, click on your cluster's **more options ellipsis** and select **Download kubeconfig**. The file is saved to your computer's `Downloads` folder.
60
60
61
61
1. Open a terminal shell and save your kubeconfig file's path to the `$KUBECONFIG` environment variable. In the example command, the kubeconfig file is located in the `Downloads` folder, but you should alter this line with this folder's location on your computer:
Copy file name to clipboardExpand all lines: products/compute/kubernetes/guides/_index.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ tab_group_main:
6
6
7
7
## Building Blocks
8
8
9
-
-[Install kubectl](/docs/products/compute/kubernetes/guides/install-kubectl): Before you create a cluster with LKE, you’ll need to install kubectl on your local machine.
9
+
-[Install kubectl](/docs/products/compute/kubernetes/guides/install-kubectl): Before you create a cluster with LKE, you need to install kubectl on your local machine.
10
10
11
11
-[Create an LKE Cluster](/docs/products/compute/kubernetes/guides/create-lke-cluster): Quickly and easily create an LKE cluster from the Cloud Manager with a just a few clicks.
12
12
13
-
-[Download Your kubeconfg](/docs/products/compute/kubernetes/guides/download-kubeconfig): Download the kubeconfig file so you can interact with your cluster with kubectl from the command line.
13
+
-[Download Your kubeconfig](/docs/products/compute/kubernetes/guides/download-kubeconfig): Download the kubeconfig file so you can interact with your cluster with kubectl from the command line.
14
14
15
15
-[Delete an LKE Cluster](/docs/products/compute/kubernetes/guides/delete-cluster): You can delete an entire cluster from the Cloud Manager.
16
16
@@ -20,7 +20,7 @@ tab_group_main:
20
20
21
21
## Themes
22
22
23
-
These guides will help you with topics such as using Docker, networking, deploying websites, and using LKE with third-party tools.
23
+
These guides explore topics such as using Docker, networking, deploying websites, and using LKE with third-party tools.
Copy file name to clipboardExpand all lines: products/compute/shared-linodes/developers/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@ The [Linode CLI](https://github.com/linode/linode-cli) is a wrapper around the L
18
18
19
19
**Terraform**: Terraform is an Infrastructure-as-code tool that includes management features for various types of Linode resources. Use Linode’s [official Terraform Provider](https://registry.terraform.io/providers/linode/linode/latest/docs) to [provision Linode Environments](/docs/applications/configuration-management/terraform/how-to-build-your-infrastructure-using-terraform-and-linode/). To learn more about Terraform see our documentation library’s [Terraform section](/docs/applications/configuration-management/terraform/).
20
20
21
-
**Pulumi**: Pulumi is a development tool that allows you to write computer programs which deploy cloud resources. With [Pulumi’s Linode integration](https://github.com/pulumi/pulumi-linode), you can manage your Linode resources as you would with our API or CLI, but in a language you may already be familiar with like JavaScript, Go, Python, and TypeScript. See [Pulumi’s documentation](https://www.pulumi.com/docs/intro/cloud-providers/linode/) to get started.
21
+
**Pulumi**: Pulumi is a development tool that allows you to write computer programs which deploy cloud resources. With [Pulumi’s Linode integration](https://github.com/pulumi/pulumi-linode), you can manage your Linode resources in several programming languages, like JavaScript, Go, Python, and TypeScript. Pulumi manages your resources in the same way as Linode's API or CLI. See [Pulumi’s documentation](https://www.pulumi.com/docs/intro/cloud-providers/linode/) to get started.
22
22
23
23
-[Getting Started with Pulumi](/docs/applications/configuration-management/pulumi/deploy-in-code-with-pulumi/)
Copy file name to clipboardExpand all lines: products/compute/shared-linodes/get-started/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Use a [StackScript](https://www.linode.com/stackscripts) to quickly deploy softw
24
24
25
25
1. Create a root password for your Linode in the **Root Password** field. This password must be provided when you log in to your Linode via SSH. The password must meet the complexity strength validation requirements for a strong password. Your root password can be used to perform any action on your server, so make it long, complex, and unique.
26
26
27
-
1. Click **Create**. You will be directed back to the Linodes page which will report the status of your Linode as it boots up. You can now use the Cloud Manager to:
27
+
1. Click **Create**. You are directed back to the Linode's page, and this page reports the status of your Linode as it boots up. You can now use the Cloud Manager to:
0 commit comments