From 84ff887d05c879234f6ab1a3fe451f16a2362f4c Mon Sep 17 00:00:00 2001 From: Matt Nikkel Date: Tue, 11 Aug 2020 15:09:14 -0400 Subject: [PATCH] Update terraform quickstart guides for terraform 0.13 changes Removed any references to SSH key resources. Removed all references to installing `terraform-provider-rke`, as terraform 0.13 moves this to the terraform registry. --- .../en/quick-start-guide/deployment/amazon-aws-qs/_index.md | 5 +---- .../quick-start-guide/deployment/digital-ocean-qs/_index.md | 2 -- .../en/quick-start-guide/deployment/google-gcp-qs/_index.md | 4 +--- .../deployment/microsoft-azure-qs/_index.md | 4 +--- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/content/rancher/v2.x/en/quick-start-guide/deployment/amazon-aws-qs/_index.md b/content/rancher/v2.x/en/quick-start-guide/deployment/amazon-aws-qs/_index.md index ee0e7e53ffd..72378f44ac6 100644 --- a/content/rancher/v2.x/en/quick-start-guide/deployment/amazon-aws-qs/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/deployment/amazon-aws-qs/_index.md @@ -12,9 +12,7 @@ The following steps will quickly deploy a Rancher Server on AWS with a single no - [Amazon AWS Account](https://aws.amazon.com/account/): An Amazon AWS Account is required to create resources for deploying Rancher and Kubernetes. - [Amazon AWS Access Key](https://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html): Use this link to follow a tutorial to create an Amazon AWS Access Key if you don't have one yet. -- [Amazon AWS Key Pair](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#having-ec2-create-your-key-pair) Use this link and follow instructions to create a Key Pair. - Install [Terraform](https://www.terraform.io/downloads.html): Used to provision the server and cluster in Amazon AWS. -- Install the [RKE terraform provider.](https://github.com/rancher/terraform-provider-rke#installing-the-provider) You will need to download the binary for the Terraform provider for RKE that corresponds to the operating system of your workstation. Then you will need to move the binary into your Terraform plugin directory. The name of the directory will depend on your operating system. For more information how to install Terraform plugins, refer to the [Terraform documentation.](https://www.terraform.io/docs/plugins/basics.html#installing-a-plugin) ## Getting Started @@ -36,7 +34,6 @@ Suggestions include: - `aws_region` - Amazon AWS region, choose the closest instead of the default - `prefix` - Prefix for all created resources - `instance_type` - EC2 instance size used, minimum is `t3a.medium` but `t3a.large` or `t3a.xlarge` could be used if within budget - - `ssh_key_file_name` - Use a specific SSH key instead of `~/.ssh/id_rsa` (public key is assumed to be `${ssh_key_file_name}.pub`) 1. Run `terraform init`. @@ -48,7 +45,7 @@ Suggestions include: Outputs: rancher_node_ip = xx.xx.xx.xx - rancher_server_url = https://ec2-xx-xx-xx-xx.compute-1.amazonaws.com + rancher_server_url = https://rancher.xx.xx.xx.xx.xip.io workload_node_ip = yy.yy.yy.yy ``` diff --git a/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md b/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md index 121883464a9..1dc6e9845c6 100644 --- a/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md @@ -37,8 +37,6 @@ Suggestions include: 1. Run `terraform init`. -1. Install the [RKE terraform provider](https://github.com/rancher/terraform-provider-rke), see [installation instructions](https://github.com/rancher/terraform-provider-rke#using-the-provider). - 1. To initiate the creation of the environment, run `terraform apply --auto-approve`. Then wait for output similar to the following: ``` diff --git a/content/rancher/v2.x/en/quick-start-guide/deployment/google-gcp-qs/_index.md b/content/rancher/v2.x/en/quick-start-guide/deployment/google-gcp-qs/_index.md index 76c83050fae..6548904f300 100644 --- a/content/rancher/v2.x/en/quick-start-guide/deployment/google-gcp-qs/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/deployment/google-gcp-qs/_index.md @@ -38,8 +38,6 @@ Suggestions include: 1. Run `terraform init`. -1. Install the [RKE terraform provider](https://github.com/rancher/terraform-provider-rke), see [installation instructions](https://github.com/rancher/terraform-provider-rke#using-the-provider). - 1. To initiate the creation of the environment, run `terraform apply --auto-approve`. Then wait for output similar to the following: ``` @@ -48,7 +46,7 @@ Suggestions include: Outputs: rancher_node_ip = xx.xx.xx.xx - rancher_server_url = https://xx-xx-xx-xx.nip.io + rancher_server_url = https://rancher.xx.xx.xx.xx.xip.io workload_node_ip = yy.yy.yy.yy ``` diff --git a/content/rancher/v2.x/en/quick-start-guide/deployment/microsoft-azure-qs/_index.md b/content/rancher/v2.x/en/quick-start-guide/deployment/microsoft-azure-qs/_index.md index dffe9a9531b..a895973568f 100644 --- a/content/rancher/v2.x/en/quick-start-guide/deployment/microsoft-azure-qs/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/deployment/microsoft-azure-qs/_index.md @@ -43,8 +43,6 @@ Suggestions include: 1. Run `terraform init`. -1. Install the [RKE terraform provider](https://github.com/rancher/terraform-provider-rke), see [installation instructions](https://github.com/rancher/terraform-provider-rke#using-the-provider). - 1. To initiate the creation of the environment, run `terraform apply --auto-approve`. Then wait for output similar to the following: ``` @@ -53,7 +51,7 @@ Suggestions include: Outputs: rancher_node_ip = xx.xx.xx.xx - rancher_server_url = https://xx-xx-xx-xx.nip.io + rancher_server_url = https://rancher.xx.xx.xx.xx.xip.io workload_node_ip = yy.yy.yy.yy ```