From 6e92ccf42d0c7dfdf4db5fae9d9da1faca5e1a61 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 19 Mar 2021 10:44:47 -0700 Subject: [PATCH] Edit SSH info in Azure quick start guide #3108 --- .../quick-start-guide/deployment/microsoft-azure-qs/_index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/rancher/v2.5/en/quick-start-guide/deployment/microsoft-azure-qs/_index.md b/content/rancher/v2.5/en/quick-start-guide/deployment/microsoft-azure-qs/_index.md index e6ea9eaa8a4..29a316b16eb 100644 --- a/content/rancher/v2.5/en/quick-start-guide/deployment/microsoft-azure-qs/_index.md +++ b/content/rancher/v2.5/en/quick-start-guide/deployment/microsoft-azure-qs/_index.md @@ -39,7 +39,6 @@ Suggestions include: - `azure_location` - Microsoft Azure region, choose the closest instead of the default - `prefix` - Prefix for all created resources - `instance_type` - Compute instance size used, minimum is `Standard_DS2_v2` but `Standard_DS2_v3` or `Standard_DS3_v2` 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`. @@ -56,7 +55,7 @@ Suggestions include: ``` 1. 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`). - +2. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/azure`. #### Result Two Kubernetes clusters are deployed into your Azure account, one running Rancher Server and the other ready for experimentation deployments.